We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cd32e commit 98f95f9Copy full SHA for 98f95f9
Cargo.toml
@@ -80,7 +80,7 @@ futures-timer = { version = "3.0.2", optional = true }
80
surf = { version = "1.0.3", optional = true }
81
82
[target.'cfg(not(target_os = "unknown"))'.dependencies]
83
-async-global-executor = { version = "1.0.0", optional = true, features = ["async-io"] }
+async-global-executor = { version = "1.0.1", optional = true, features = ["async-io"] }
84
async-io = { version = "1.0.1", optional = true }
85
blocking = { version = "1.0.0", optional = true }
86
futures-lite = { version = "1.0.0", optional = true }
0 commit comments