Skip to content

Commit c5d6087

Browse files
Bump MSRV to 1.74
1 parent 65d4fee commit c5d6087

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: cargo build
2323
- name: Clippy
2424
run: cargo clippy --all-targets --all-features
25-
- name: Build with 1.70
25+
- name: Build with 1.74
2626
run: |
2727
cargo clean
28-
rustup update 1.70 --no-self-update
29-
cargo +1.70 build
28+
rustup update 1.74 --no-self-update
29+
cargo +1.74 build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can see an example of using this tool at <https://github.com/ferrous-systems
2424

2525
## MSRV
2626

27-
We check this crate compiles with Rust 1.70.
27+
We check this crate compiles with Rust 1.74.
2828

2929
## Changelog
3030

0 commit comments

Comments
 (0)