Skip to content

Commit 0533443

Browse files
Fix async-global-executor (webrtc-rs#278)
Build broke on 1.57.0 due to 2.3.0 being released
1 parent ce16403 commit 0533443

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
@@ -53,6 +53,7 @@ tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
5353
env_logger = "0.9.0"
5454
chrono = "0.4.19"
5555
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
5657

5758
[[bench]]
5859
name = "bench"

0 commit comments

Comments
 (0)