tokio-reactor: bump mio to 0.6.14 (#204)

With 0.6.13 it doesn't compile:
no method named `as_usize` found for type `mio::Ready` in the current scope
This commit is contained in:
Igor Gnatenko 2018-03-09 21:25:16 +01:00 committed by Carl Lerche
parent bf1305c421
commit 3ad27e99ec

View File

@ -20,7 +20,7 @@ categories = ["asynchronous", "network-programming"]
[dependencies]
futures = "0.1.18"
log = "0.4.1"
mio = "0.6.13"
mio = "0.6.14"
slab = "0.4.0"
tokio-executor = { version = "0.1.0", path = "../tokio-executor" }
tokio-io = { version = "0.1.6", path = "../tokio-io" }