Skip to content

Commit 05a6120

Browse files
committed
Bump MSRV to 1.85
``` error: failed to parse manifest at `/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-1.1.0+spec-1.1.0/Cargo.toml` Caused by: feature `edition2024` is required The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.82.0 (8f40fc59f 2024-08-21)). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature. ```
1 parent c910d4d commit 05a6120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.44" #publish:version
44
edition = "2021"
55
# NB: Sync with the MSRV in "From source" section in README.md.
6-
rust-version = "1.82" # For indexmap
6+
rust-version = "1.85" # For toml_edit
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.82+.
472+
Currently, installing cargo-hack requires rustc 1.85+.
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)