Depend on latest release of Mio (#198)

This commit is contained in:
Carl Lerche
2018-03-08 13:36:54 -08:00
committed by GitHub
parent 7da5603a42
commit 142bd3b2a9
+1 -2
View File
@@ -40,7 +40,7 @@ tokio-reactor = { version = "0.1", path = "tokio-reactor" }
tokio-threadpool = { version = "0.1", path = "tokio-threadpool" }
bytes = "0.4"
log = "0.4"
mio = "0.6.13"
mio = "0.6.14"
slab = "0.4"
iovec = "0.1"
futures = "0.1.16"
@@ -60,4 +60,3 @@ time = "0.1"
[patch.crates-io]
tokio-io = { path = "tokio-io" }
mio = { git = "https://github.com/carllerche/mio" }