Change tokio dep. source.

This commit is contained in:
c0gent 2018-10-29 16:35:59 -07:00
parent 5bce9186c0
commit e66d708fed
No known key found for this signature in database
GPG Key ID: 9CC25E71A743E892
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ serde_bytes = "~0.10.4"
serde_derive = "1"
signifix = "0.9"
futures = "0.1"
# tokio = "~0.1.11"
tokio = { git = "https://github.com/tokio-rs/tokio", rev = "256fa57" }
tokio = "~0.1.11"
tokio-codec = "~0.1.1"
tokio-io = "~0.1.9"
bincode = "1"