prepare v0.2.0-alpha.4 (#1509)

This commit is contained in:
Sean McArthur
2019-08-29 12:59:10 -07:00
committed by Carl Lerche
parent 4e26258ac3
commit 15dc0563b7
30 changed files with 112 additions and 76 deletions
+3 -3
View File
@@ -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 }