We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f6384 commit 15798bdCopy full SHA for 15798bd
Cargo.toml
@@ -80,9 +80,9 @@ 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.2.0", optional = true }
84
-async-io = { version = "0.2.1", optional = true }
85
-blocking = { version = "0.6.0", optional = true }
+async-executor = { version = "1.0.0", optional = true }
+async-io = { version = "1.0.1", optional = true }
+blocking = { version = "1.0.0", optional = true }
86
futures-lite = { version = "1.0.0", optional = true }
87
88
[target.'cfg(target_arch = "wasm32")'.dependencies]
0 commit comments