Skip to content

Commit

Permalink
Bump to tokio alpha (hyperium#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh authored and quininer committed Aug 9, 2019
1 parent 9daf87a commit 7fca725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ appveyor = { repository = "quininer/tokio-rustls" }

[dependencies]
smallvec = "0.6"
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
tokio-io = "0.2.0-alpha.1"
futures-core-preview = "0.3.0-alpha.17"
rustls = "0.15"
webpki = "0.19"
Expand All @@ -26,6 +26,6 @@ webpki = "0.19"
early-data = []

[dev-dependencies]
tokio = { git = "https://github.com/tokio-rs/tokio" }
tokio = "0.2.0-alpha.1"
lazy_static = "1"
webpki-roots = "0.16"

0 comments on commit 7fca725

Please sign in to comment.