Skip to content

Commit 05c63e7

Browse files
committed
Upgrade to tokio alpha.5
1 parent 05d6387 commit 05c63e7

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
@@ -13,8 +13,8 @@ An implementation of SSL streams for Tokio backed by OpenSSL
1313

1414
[dependencies]
1515
openssl = "0.10.1"
16-
tokio-io = "=0.2.0-alpha.4"
16+
tokio-io = "=0.2.0-alpha.5"
1717

1818
[dev-dependencies]
1919
futures-preview = "=0.3.0-alpha.18"
20-
tokio = "=0.2.0-alpha.4"
20+
tokio = "=0.2.0-alpha.5"

0 commit comments

Comments
 (0)