mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
chore: prepare 0.2.0-alpha.2 release (#1465)
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user