Skip to content

Commit 7f1b5f5

Browse files
alexseanmonstar
authored andcommitted
chore(dependencies): update tokio to v0.2.0-alpha.1
Fixes #1893
1 parent 9d5299b commit 7f1b5f5

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Cargo.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ log = "0.4"
3636
net2 = { version = "0.2.32", optional = true }
3737
pin-utils = "0.1.0-alpha.4"
3838
time = "0.1"
39-
tokio = { git = "https://github.com/tokio-rs/tokio", optional = true, default-features = false, features = ["rt-full"] }
40-
tokio-buf = "0.1"
41-
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
42-
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
43-
tokio-reactor = { git = "https://github.com/tokio-rs/tokio", optional = true }
44-
tokio-sync = { git = "https://github.com/tokio-rs/tokio" }
45-
tokio-tcp = { git = "https://github.com/tokio-rs/tokio", optional = true, features = ["async-traits"] }
46-
tokio-threadpool = { git = "https://github.com/tokio-rs/tokio", optional = true }
47-
tokio-timer = { git = "https://github.com/tokio-rs/tokio", optional = true }
39+
tokio = { version = "0.2.0-alpha.1", optional = true, default-features = false, features = ["rt-full"] }
40+
tokio-buf = "0.2.0-alpha.1"
41+
tokio-executor = "0.2.0-alpha.1"
42+
tokio-io = "0.2.0-alpha.1"
43+
tokio-reactor = { version = "0.2.0-alpha.1", optional = true }
44+
tokio-sync = "0.2.0-alpha.1"
45+
tokio-tcp = { version = "0.2.0-alpha.1", optional = true, features = ["async-traits"] }
46+
tokio-threadpool = { version = "0.2.0-alpha.1", optional = true }
47+
tokio-timer = { version = "0.3.0-alpha.1", optional = true }
4848
want = { git = "https://github.com/seanmonstar/want", branch = "std-future" }
4949

5050
[dev-dependencies]
@@ -55,8 +55,8 @@ spmc = "0.2"
5555
serde = "1.0"
5656
serde_derive = "1.0"
5757
serde_json = "1.0"
58-
tokio-fs = { git = "https://github.com/tokio-rs/tokio" }
59-
tokio-test = { git = "https://github.com/tokio-rs/tokio" }
58+
tokio-fs = "0.2.0-alpha.1"
59+
tokio-test = "0.2.0-alpha.1"
6060
url = "1.0"
6161

6262

@@ -177,4 +177,3 @@ required-features = ["runtime"]
177177
#name = "server"
178178
#path = "tests/server.rs"
179179
#required-features = ["runtime"]
180-

0 commit comments

Comments
 (0)