We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8b38c commit 67b9a21Copy full SHA for 67b9a21
Cargo.toml
@@ -78,7 +78,7 @@ slab = { version = "0.4.2", optional = true }
78
surf = { version = "1.0.3", optional = true }
79
80
[target.'cfg(not(target_os = "unknown"))'.dependencies]
81
-async-global-executor = { version = "1.0.1", optional = true, features = ["async-io"] }
+async-global-executor = { version = "1.0.2", optional = true, features = ["async-io"] }
82
async-io = { version = "1.0.1", optional = true }
83
blocking = { version = "1.0.0", optional = true }
84
futures-lite = { version = "1.0.0", optional = true }
0 commit comments