Skip to content

Commit 98f95f9

Browse files
committed
update async-global-executor
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 03cd32e commit 98f95f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ futures-timer = { version = "3.0.2", optional = true }
8080
surf = { version = "1.0.3", optional = true }
8181

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

0 commit comments

Comments
 (0)