We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d4fee commit c5d6087Copy full SHA for c5d6087
.github/workflows/check.yml
@@ -22,8 +22,8 @@ jobs:
22
run: cargo build
23
- name: Clippy
24
run: cargo clippy --all-targets --all-features
25
- - name: Build with 1.70
+ - name: Build with 1.74
26
run: |
27
cargo clean
28
- rustup update 1.70 --no-self-update
29
- cargo +1.70 build
+ rustup update 1.74 --no-self-update
+ cargo +1.74 build
README.md
@@ -24,7 +24,7 @@ You can see an example of using this tool at <https://github.com/ferrous-systems
## MSRV
-We check this crate compiles with Rust 1.70.
+We check this crate compiles with Rust 1.74.
## Changelog
30
0 commit comments