Skip to content

Commit 3f383d6

Browse files
committed
Bump MSRV to 1.66
toml_edit requires it. ``` error: package `toml_edit v0.19.15` cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.65.0 ```
1 parent 7c51206 commit 3f383d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-hack"
33
version = "0.6.5"
44
edition = "2021"
5-
rust-version = "1.65"
5+
rust-version = "1.66"
66
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/taiki-e/cargo-hack"
88
keywords = ["cargo", "subcommand", "testing"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ fields of [`cargo metadata`][cargo-metadata].*
431431
cargo +stable install cargo-hack --locked
432432
```
433433

434-
*Compiler support: requires rustc 1.65+*
434+
*Compiler support: requires rustc 1.66+*
435435

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

0 commit comments

Comments
 (0)