We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce16403 commit 0533443Copy full SHA for 0533443
util/Cargo.toml
@@ -53,6 +53,7 @@ tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
53
env_logger = "0.9.0"
54
chrono = "0.4.19"
55
criterion = { version = "0.3.5", features = ["stable"]}
56
+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
57
58
[[bench]]
59
name = "bench"
0 commit comments