Update to mio 0.6

This commit is contained in:
Alex Crichton
2016-09-01 22:14:26 -07:00
parent 2081bcc430
commit 3282b3ec0d
2 changed files with 94 additions and 9 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ the rest of the tokio crates.
[dependencies]
futures = { git = "https://github.com/alexcrichton/futures-rs" }
log = "0.3"
mio = { git = "https://github.com/carllerche/mio" }
mio = "0.6"
scoped-tls = "0.1.0"
slab = { git = "https://github.com/carllerche/slab" }
slab = "0.3"
[dev-dependencies]
env_logger = "0.3"