Skip to content

Commit bd7e1b8

Browse files
committed
Bump MSRV to 1.76
``` error: package `toml v0.9.7` cannot be built because it requires rustc 1.76 or newer, while the currently active rustc version is 1.75.0 Either upgrade to rustc 1.76 or newer, or use cargo update toml@0.9.7 --precise ver where `ver` is the latest version of `toml` supporting rustc 1.75.0 ```
1 parent f056683 commit bd7e1b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cargo-hack"
33
version = "0.6.38" #publish:version
44
edition = "2021"
55
# NB: Sync with the MSRV in "From source" section in README.md.
6-
rust-version = "1.75" # For ctrlc
6+
rust-version = "1.76" # For toml
77
license = "Apache-2.0 OR MIT"
88
repository = "https://github.com/taiki-e/cargo-hack"
99
keywords = ["cargo", "subcommand", "testing"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ fields of [`cargo metadata`][cargo-metadata].*
469469
cargo +stable install cargo-hack --locked
470470
```
471471

472-
Currently, installing cargo-hack requires rustc 1.75+.
472+
Currently, installing cargo-hack requires rustc 1.76+.
473473

474474
cargo-hack is usually runnable with Cargo versions older than the Rust version
475475
required for installation (e.g., `cargo +1.31 hack check`). Currently, to run

0 commit comments

Comments
 (0)