Change tokio dep. source.
This commit is contained in:
parent
5bce9186c0
commit
e66d708fed
|
@ -38,8 +38,7 @@ serde_bytes = "~0.10.4"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
signifix = "0.9"
|
signifix = "0.9"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
# tokio = "~0.1.11"
|
tokio = "~0.1.11"
|
||||||
tokio = { git = "https://github.com/tokio-rs/tokio", rev = "256fa57" }
|
|
||||||
tokio-codec = "~0.1.1"
|
tokio-codec = "~0.1.1"
|
||||||
tokio-io = "~0.1.9"
|
tokio-io = "~0.1.9"
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
|
|
Loading…
Reference in New Issue