mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-30 00:00:16 +02:00
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:
committed by
Carl Lerche
parent
bf1305c421
commit
3ad27e99ec
@@ -20,7 +20,7 @@ categories = ["asynchronous", "network-programming"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1.18"
|
futures = "0.1.18"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
mio = "0.6.13"
|
mio = "0.6.14"
|
||||||
slab = "0.4.0"
|
slab = "0.4.0"
|
||||||
tokio-executor = { version = "0.1.0", path = "../tokio-executor" }
|
tokio-executor = { version = "0.1.0", path = "../tokio-executor" }
|
||||||
tokio-io = { version = "0.1.6", path = "../tokio-io" }
|
tokio-io = { version = "0.1.6", path = "../tokio-io" }
|
||||||
|
|||||||
Reference in New Issue
Block a user