Skip to content

Commit ae4a878

Browse files
authored
Merge pull request #8 from async-rs/feat/update-async-std
deps: update async-std to 1.0
2 parents cd44fd7 + fcf37ed commit ae4a878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ early-data = []
2727
[dev-dependencies]
2828
lazy_static = "1"
2929
futures-util = "0.3"
30-
async-std = { version = "0.99", features = ["unstable"] }
30+
async-std = { version = "1.0", features = ["unstable"] }

0 commit comments

Comments
 (0)