File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "description" : " bump MSRV to 1.60" ,
4
+ "type" : " internal"
5
+ }
6
+ ]
Original file line number Diff line number Diff line change 52
52
- uses : ./.github/actions/setup-rust
53
53
with :
54
54
components : clippy
55
- toolchain : 1.58.1 # MSRV, Minimally Supported Rust Version. Make sure to update README.md
56
-
55
+ toolchain : 1.60.0 # MSRV, Minimally Supported Rust Version. Make sure to update README.md
57
56
- name : Run clippy
58
57
run : cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
59
58
test :
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ $ QEMU_STRACE=1 cross run --target aarch64-unknown-linux-gnu
431
431
432
432
## Minimum Supported Rust Version (MSRV)
433
433
434
- This crate is guaranteed to compile on stable Rust 1.58.1 and up. It * might*
434
+ This crate is guaranteed to compile on stable Rust 1.60.0 and up. It * might*
435
435
compile with older versions but that may change in any new patch release.
436
436
437
437
Some cross-compilation targets require a later Rust version, and using Xargo
You can’t perform that action at this time.
0 commit comments