Skip to content

Commit

Permalink
Bump MSRV to 1.77
Browse files Browse the repository at this point in the history
```
  error: package `generator v0.8.3` cannot be built because it requires rustc 1.77 or newer, while the currently active rustc version is 1.65.0
```
  • Loading branch information
taiki-e committed Sep 15, 2024
1 parent 31dfebd commit 8d40561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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.65"
rust-version = "1.77"

[features]
default = []
Expand Down

0 comments on commit 8d40561

Please sign in to comment.