File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "description" : " bump MSRV to 1.64" ,
4+ "type" : " internal"
5+ }
6+ ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5252 - uses : ./.github/actions/setup-rust
5353 with :
5454 components : clippy
55- toolchain : 1.60 .0 # MSRV, Minimally Supported Rust Version. Make sure to update README.md
55+ toolchain : 1.64 .0 # MSRV, Minimally Supported Rust Version. Make sure to update README.md
5656 - name : Run clippy
5757 run : cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
5858 test :
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ include = [
1717 " README.md" ,
1818 " assets/*" ,
1919]
20+ rust-version = " 1.64"
2021
2122[features ]
2223default = []
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ $ QEMU_STRACE=1 cross run --target aarch64-unknown-linux-gnu
432432
433433## Minimum Supported Rust Version (MSRV)
434434
435- This crate is guaranteed to compile on stable Rust 1.60 .0 and up. It * might*
435+ This crate is guaranteed to compile on stable Rust 1.64 .0 and up. It * might*
436436compile with older versions but that may change in any new patch release.
437437
438438Some cross-compilation targets require a later Rust version, and using Xargo
You can’t perform that action at this time.
0 commit comments