Skip to content

Commit da6b622

Browse files
authored
Merge pull request #6 from serzhiio/master
update futures dep to 0.3
2 parents bde55b3 + 5972c77 commit da6b622

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
@@ -16,7 +16,7 @@ travis-ci = { repository = "async-std/async-tls" }
1616
appveyor = { repository = "async-std/async-tls" }
1717

1818
[dependencies]
19-
futures-preview = "0.3.0-alpha.19"
19+
futures = "0.3"
2020
rustls = "0.16"
2121
webpki = "0.21"
2222
webpki-roots = "0.17"

0 commit comments

Comments
 (0)