Skip to content

Commit

Permalink
Bump MSRV to 1.61
Browse files Browse the repository at this point in the history
Making `new` a `const fn` accidentally increased the MSRV to `1.61`, so lets advertise that.
  • Loading branch information
Swatinem committed Feb 21, 2024
1 parent 7ef8993 commit e3d9a42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/Amanieu/thread_local-rs"
readme = "README.md"
keywords = ["thread_local", "concurrent", "thread"]
edition = "2021"
rust-version = "1.59"
rust-version = "1.61"

[features]
# this feature provides performance improvements using nightly features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thread_local = "1.1"

## Minimum Rust version

This crate's minimum supported Rust version (MSRV) is 1.59.0.
This crate's minimum supported Rust version (MSRV) is 1.61.0.

## License

Expand Down

0 comments on commit e3d9a42

Please sign in to comment.