summaryrefslogtreecommitdiffstats
path: root/tokio-tls
diff options
context:
space:
mode:
authorSean McArthur <sean@seanmonstar.com>2019-08-29 12:59:10 -0700
committerCarl Lerche <me@carllerche.com>2019-08-29 12:59:10 -0700
commit15dc0563b73d9da3eabdbac89e55b9cfcef691e4 (patch)
treeda6ba4f427882bb1427971f326c1a4b32bb62f5a /tokio-tls
parent4e26258ac340b76ef27f1d38d967cfb2b682c2a4 (diff)
prepare v0.2.0-alpha.4 (#1509)
Diffstat (limited to 'tokio-tls')
-rw-r--r--tokio-tls/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tokio-tls/Cargo.toml b/tokio-tls/Cargo.toml
index c4942adf..9e6f1e67 100644
--- a/tokio-tls/Cargo.toml
+++ b/tokio-tls/Cargo.toml
@@ -26,11 +26,11 @@ travis-ci = { repository = "tokio-rs/tokio-tls" }
[dependencies]
native-tls = "0.2"
-tokio-io = { version = "=0.2.0-alpha.3", path = "../tokio-io" }
+tokio-io = { version = "=0.2.0-alpha.4", path = "../tokio-io" }
[dev-dependencies]
-tokio = { version = "=0.2.0-alpha.3", path = "../tokio" }
-tokio-net = { version = "=0.2.0-alpha.3", path = "../tokio-net", features = ["tcp", "async-traits"] }
+tokio = { version = "=0.2.0-alpha.4", path = "../tokio" }
+tokio-net = { version = "=0.2.0-alpha.4", path = "../tokio-net", features = ["tcp", "async-traits"] }
cfg-if = "0.1"
env_logger = { version = "0.6", default-features = false }