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 52
52
- uses : ./.github/actions/setup-rust
53
53
with :
54
54
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
56
56
- name : Run clippy
57
57
run : cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
58
58
test :
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ include = [
17
17
" README.md" ,
18
18
" assets/*" ,
19
19
]
20
+ rust-version = " 1.64"
20
21
21
22
[features ]
22
23
default = []
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ $ QEMU_STRACE=1 cross run --target aarch64-unknown-linux-gnu
432
432
433
433
## Minimum Supported Rust Version (MSRV)
434
434
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*
436
436
compile with older versions but that may change in any new patch release.
437
437
438
438
Some cross-compilation targets require a later Rust version, and using Xargo
You can’t perform that action at this time.
0 commit comments