Skip to content

Commit 67b9a21

Browse files
committedSep 18, 2020
update async-global-executor
make sure we pull in the deadlock fix Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent df8b38c commit 67b9a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ slab = { version = "0.4.2", optional = true }
7878
surf = { version = "1.0.3", optional = true }
7979

8080
[target.'cfg(not(target_os = "unknown"))'.dependencies]
81-
async-global-executor = { version = "1.0.1", optional = true, features = ["async-io"] }
81+
async-global-executor = { version = "1.0.2", optional = true, features = ["async-io"] }
8282
async-io = { version = "1.0.1", optional = true }
8383
blocking = { version = "1.0.0", optional = true }
8484
futures-lite = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.