Skip to content

Commit 4df9c60

Browse files
Fix minimal version CI (#334)
1 parent 31fe26d commit 4df9c60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ env_logger = "0.9.0"
5555
chrono = "0.4.19"
5656
criterion = { version = "0.3.5", features = ["stable"]}
5757
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
58+
blocking = ">= 1.2.0" # Fix of async-global-executor usage which breaks on earlier versions. Can be removed after https://github.com/async-rs/async-global-executor/pull/12 is released
5859

5960
[[bench]]
6061
name = "bench"

0 commit comments

Comments
 (0)