We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c8974 commit 8e2a540Copy full SHA for 8e2a540
Cargo.toml
@@ -80,8 +80,8 @@ 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-executor = { version = "0.1.1", features = ["async-io"], optional = true }
84
-async-io = { version = "0.1.5", optional = true }
+async-executor = { version = "0.1.2", features = ["async-io"], optional = true }
+async-io = { version = "0.1.8", optional = true }
85
blocking = { version = "0.5.0", optional = true }
86
futures-lite = { version = "0.1.8", optional = true }
87
0 commit comments