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