Skip to content

Commit 3f3aa3d

Browse files
committed
bump msrv
1 parent ff1ccfb commit 3f3aa3d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changes/1038.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.60",
4+
"type": "internal"
5+
}
6+
]

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
- uses: ./.github/actions/setup-rust
5353
with:
5454
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
5756
- name: Run clippy
5857
run: cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
5958
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ $ QEMU_STRACE=1 cross run --target aarch64-unknown-linux-gnu
431431

432432
## Minimum Supported Rust Version (MSRV)
433433

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*
435435
compile with older versions but that may change in any new patch release.
436436

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

0 commit comments

Comments
 (0)