mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
Use the dev branch of mio
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ futures and streams.
|
||||
futures = { path = "..", version = "0.1.0" }
|
||||
futures-io = { path = "../futures-io", version = "0.1.0" }
|
||||
log = "0.3"
|
||||
mio = { git = "https://github.com/carllerche/mio" }
|
||||
mio = { git = "https://github.com/carllerche/mio", branch = "dev" }
|
||||
scoped-tls = "0.1.0"
|
||||
slab = "0.2.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user