Skip to content

Commit 727673e

Browse files
update MSRV to 1.66
1 parent 5be3caa commit 727673e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1212
- `cargo multivers` now stops on the first error it encounters.
1313
- The file that contains the list of versions built given to the runner is now in JSON.
1414
- Updated dependencies to fix build with Rust nightly and proc-macro2.
15+
- MSRV is now 1.66.
1516

1617
### Fixed
1718

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
license = "MIT OR Apache-2.0"
88
categories = ["hardware-support", "command-line-utilities", "development-tools::cargo-plugins"]
99
keywords = ["performance", "optimization", "cargo", "cpu", "features"]
10-
rust-version = "1.65"
10+
rust-version = "1.66"
1111
repository = "https://github.com/ronnychevalier/cargo-multivers"
1212
include = [
1313
"README.md",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ additional terms or conditions.
8282
[Latest Version]: https://img.shields.io/crates/v/cargo-multivers.svg
8383
[crates.io]: https://crates.io/crates/cargo-multivers
8484
[ci-image]: https://img.shields.io/github/actions/workflow/status/ronnychevalier/cargo-multivers/ci.yml
85-
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
85+
[rustc-image]: https://img.shields.io/badge/rustc-1.66+-blue.svg
8686
[license-image]: https://img.shields.io/crates/l/cargo-multivers.svg

0 commit comments

Comments
 (0)