We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6e2c1 commit efc0ebaCopy full SHA for efc0eba
Cargo.toml
@@ -25,7 +25,7 @@ async_std = [] # "async-std" when it is not default
25
[dependencies]
26
# Note(yoshuawuyts): used for async_std's `channel` only; use "core" once possible.
27
# features: async_std
28
-async-std = { version = "1.4.0", features = ["unstable"] }
+async-std = { version = "1.6.0", features = ["unstable"] }
29
30
# features: hyperium/http
31
http = { version = "0.2.0", optional = true }
@@ -42,4 +42,4 @@ serde_urlencoded = "0.6.1"
42
43
[dev-dependencies]
44
http = "0.2.0"
45
-async-std = { version = "1.4.0", features = ["unstable", "attributes"] }
+async-std = { version = "1.6.0", features = ["unstable", "attributes"] }
0 commit comments