Skip to content

Commit b5213fb

Browse files
committed
bump msrv
1 parent 1626800 commit b5213fb

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changes/1038-1220.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"description": "bump MSRV to 1.64",
4+
"type": "internal"
5+
}
6+
]

.changes/1038.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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:

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ include = [
1717
"README.md",
1818
"assets/*",
1919
]
20+
rust-version = "1.64"
2021

2122
[features]
2223
default = []

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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*
436436
compile with older versions but that may change in any new patch release.
437437

438438
Some cross-compilation targets require a later Rust version, and using Xargo

0 commit comments

Comments
 (0)