mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
Update to mio 0.6
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user