Skip to content

Commit

Permalink
Bump MSRV to 1.65
Browse files Browse the repository at this point in the history
```
error: package `nix v0.27.1` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.64.0
```
  • Loading branch information
taiki-e committed Sep 4, 2023
1 parent ab4c446 commit 5baa426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cargo-hack"
version = "0.6.4"
edition = "2021"
rust-version = "1.64"
rust-version = "1.65"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/cargo-hack"
keywords = ["cargo", "subcommand", "testing"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ fields of [`cargo metadata`][cargo-metadata].*
cargo +stable install cargo-hack --locked
```

*Compiler support: requires rustc 1.64+*
*Compiler support: requires rustc 1.65+*

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

0 comments on commit 5baa426

Please sign in to comment.