Skip to content

Commit

Permalink
Relax MSRV to 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 15, 2024
1 parent 8d40561 commit c66568b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/tokio-rs/loom"
readme = "README.md"
keywords = ["atomic", "lock-free"]
categories = ["concurrency", "data-structures"]
rust-version = "1.77"
rust-version = "1.73"

[features]
default = []
Expand Down Expand Up @@ -46,3 +46,6 @@ futures-util = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[patch.crates-io]
generator = { git = "https://github.com/taiki-e/generator-rs.git", branch = "msrv" }

0 comments on commit c66568b

Please sign in to comment.