chore: prepare 0.2.0-alpha.2 release (#1465)

This commit is contained in:
Carl Lerche
2019-08-17 23:34:25 -07:00
committed by GitHub
parent 9f0daad5ac
commit 88b4ec84d7
35 changed files with 260 additions and 120 deletions
+5 -5
View File
@@ -23,18 +23,18 @@ categories = ["asynchronous"]
futures-core-preview = "=0.3.0-alpha.18"
futures-util-preview = "=0.3.0-alpha.18"
log = "0.4"
tokio-io = { version = "=0.2.0-alpha.1", path = "../tokio-io", features = ["util"] }
tokio-net = { version = "=0.2.0-alpha.1", path = "../tokio-net" }
tokio-io = { version = "=0.2.0-alpha.2", path = "../tokio-io", features = ["util"] }
tokio-net = { version = "=0.2.0-alpha.2", path = "../tokio-net" }
[dev-dependencies.tokio]
version = "=0.2.0-alpha.1"
version = "0.2.0-alpha.1"
path = "../tokio"
default-features = false
features = ["codec", "rt-full"]
[target.'cfg(windows)'.dependencies]
mio-named-pipes = "0.1"
tokio-sync = { version = "=0.2.0-alpha.1", path = "../tokio-sync" }
tokio-sync = { version = "=0.2.0-alpha.2", path = "../tokio-sync" }
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
@@ -55,4 +55,4 @@ lazy_static = "1.3"
libc = "0.2"
log = "0.4"
mio = "0.6.5"
tokio-net = { version = "=0.2.0-alpha.1", path = "../tokio-net", features = ["signal"] }
tokio-net = { version = "=0.2.0-alpha.2", path = "../tokio-net", features = ["signal"] }