Skip to content

Commit

Permalink
Bump MSRV to 1.67
Browse files Browse the repository at this point in the history
toml_datetime (used by toml) requires it.

```
error: package `toml_datetime v0.6.5` cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.66.1
```
  • Loading branch information
taiki-e committed Oct 24, 2023
1 parent 4a5dd11 commit ed87e77
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-llvm-cov"
version = "0.5.35"
edition = "2021"
rust-version = "1.66"
rust-version = "1.67"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/cargo-llvm-cov"
keywords = ["cargo", "coverage", "subcommand", "testing"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ cargo-llvm-cov --json | some-program
cargo +stable install cargo-llvm-cov --locked
```

Currently, installing cargo-llvm-cov requires rustc 1.66+.
Currently, installing cargo-llvm-cov requires rustc 1.67+.

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

0 comments on commit ed87e77

Please sign in to comment.