mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00: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:
parent
bf1305c421
commit
3ad27e99ec
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user