Fix some dependency versions (#337)

This commit is contained in:
Carl Lerche
2018-05-02 13:12:33 -07:00
committed by GitHub
parent 14b31bdba5
commit 8235eefbf0
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ appveyor = { repository = "carllerche/tokio", id = "s83yxhy9qeb58va7" }
tokio-io = { version = "0.1.6", path = "tokio-io" }
tokio-executor = { version = "0.1.2", path = "tokio-executor" }
tokio-reactor = { version = "0.1.1", path = "tokio-reactor" }
tokio-threadpool = { version = "0.1.2", path = "tokio-threadpool" }
tokio-threadpool = { version = "0.1.3", path = "tokio-threadpool" }
tokio-tcp = { version = "0.1.0", path = "tokio-tcp" }
tokio-udp = { version = "0.1.0", path = "tokio-udp" }
tokio-timer = { version = "0.2.1", path = "tokio-timer" }