Update tokio dep.

This commit is contained in:
c0gent 2018-11-01 12:33:29 -07:00 committed by Nick Sanders
parent ee7282e3aa
commit c20ce2bb53
1 changed files with 2 additions and 1 deletions

View File

@ -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"