Skip to content

Commit

Permalink
Merge pull request #73 from Swatinem/msrv
Browse files Browse the repository at this point in the history
Bump MSRV to 1.61
  • Loading branch information
Amanieu committed Feb 21, 2024
2 parents 7ef8993 + e3d9a42 commit 6920311
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
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
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 6920311

Please sign in to comment.