Use owned-eventedfd mio branch
... | ... | @@ -51,7 +51,7 @@ tokio-fs = { version = "0.1.0", path = "tokio-fs" } |
futures = "0.1.20" | ||
# Needed until `reactor` is removed from `tokio`. | ||
mio = { version = "0.6.14", git = "https://gitlab.redox-os.org/redox-os/mio" } | ||
mio = { version = "0.6.14", git = "https://gitlab.redox-os.org/redox-os/mio", branch = "owned-eventedfd" } | ||
[dev-dependencies] | ||
bytes = "0.4" | ||
... | ... |
Please register or sign in to comment