Skip to content

Commit 791ee5c

Browse files
authored
Merge pull request #147 from http-rs/update-async-std
update async-std to 1.6.0
2 parents 1b6e2c1 + efc0eba commit 791ee5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async_std = [] # "async-std" when it is not default
2525
[dependencies]
2626
# Note(yoshuawuyts): used for async_std's `channel` only; use "core" once possible.
2727
# features: async_std
28-
async-std = { version = "1.4.0", features = ["unstable"] }
28+
async-std = { version = "1.6.0", features = ["unstable"] }
2929

3030
# features: hyperium/http
3131
http = { version = "0.2.0", optional = true }
@@ -42,4 +42,4 @@ serde_urlencoded = "0.6.1"
4242

4343
[dev-dependencies]
4444
http = "0.2.0"
45-
async-std = { version = "1.4.0", features = ["unstable", "attributes"] }
45+
async-std = { version = "1.6.0", features = ["unstable", "attributes"] }

0 commit comments

Comments
 (0)