Skip to content

Commit 1c36dab

Browse files
authored
minor: pin async-executor (#964) (#965)
1 parent 636de62 commit 1c36dab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ tokio-runtime = [
3939
"serde_bytes",
4040
]
4141
async-std-runtime = [
42+
"async-executor",
4243
"async-std",
4344
"async-std/attributes",
4445
"async-std/unstable",
@@ -87,6 +88,7 @@ in-use-encryption-unstable = ["mongocrypt", "rayon", "num_cpus"]
8788
tracing-unstable = ["tracing", "log"]
8889

8990
[dependencies]
91+
async-executor = { version = "=1.5.1", optional = true } # TODO RUST-1768: remove this
9092
async-trait = "0.1.42"
9193
base64 = "0.13.0"
9294
bitflags = "1.1.0"

0 commit comments

Comments
 (0)