Skip to content

Commit

Permalink
Bump MSRV to 1.60
Browse files Browse the repository at this point in the history
crossbeam-rs/crossbeam#1056

```
error: package `crossbeam-utils v0.8.18` cannot be built because it requires rustc 1.60 or newer, while the currently active rustc version is 1.59.0
```
  • Loading branch information
taiki-e committed Jan 6, 2024
1 parent f6b670f commit daea770
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 @@ -4,7 +4,7 @@ name = "event-listener-strategy"
version = "0.4.0"
edition = "2018"
authors = ["John Nunley <[email protected]>"]
rust-version = "1.59"
rust-version = "1.60"
description = "Block or poll on event_listener easily"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/event-listener"
Expand Down

0 comments on commit daea770

Please sign in to comment.