Use latest tokio-timer
This commit is contained in:
@@ -6,7 +6,7 @@ authors = ["Carl Lerche <me@carllerche.com>"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
tokio-timer = { git = "https://github.com/tokio-rs/tokio-timer" }
|
tokio-timer = "0.1"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
http = { git = "https://github.com/carllerche/http" }
|
http = { git = "https://github.com/carllerche/http" }
|
||||||
byteorder = "1.0"
|
byteorder = "1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user