Skip to content

Commit

Permalink
Fix async-global-executor
Browse files Browse the repository at this point in the history
Build broke on 1.57.0 due to 2.3.0 being released
  • Loading branch information
lookback-hugotunius committed Aug 31, 2022
1 parent ce16403 commit 66626a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
env_logger = "0.9.0"
chrono = "0.4.19"
criterion = { version = "0.3.5", features = ["stable"]}
async-global-executor = ">2.0.0,<=2.2.0" # Transitive dependency due to Criterion, fixed to 2.2.0 because 2.3.0 requires Rust 1.59.0

[[bench]]
name = "bench"
Expand Down

0 comments on commit 66626a8

Please sign in to comment.