mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-05 07:56:42 +00:00
update async-global-executor
make sure we pull in the deadlock fix Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
df8b38cb7b
commit
67b9a210b3
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ slab = { version = "0.4.2", optional = true }
|
||||||
surf = { version = "1.0.3", optional = true }
|
surf = { version = "1.0.3", optional = true }
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||||
async-global-executor = { version = "1.0.1", optional = true, features = ["async-io"] }
|
async-global-executor = { version = "1.0.2", optional = true, features = ["async-io"] }
|
||||||
async-io = { version = "1.0.1", optional = true }
|
async-io = { version = "1.0.1", optional = true }
|
||||||
blocking = { version = "1.0.0", optional = true }
|
blocking = { version = "1.0.0", optional = true }
|
||||||
futures-lite = { version = "1.0.0", optional = true }
|
futures-lite = { version = "1.0.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue