From 68103727f1ed2d4a1c74d2881ee18d5600b3ca90 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 8 Aug 2016 13:22:16 -0700 Subject: [PATCH] Use the dev branch of mio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfadac02d..d7ef1cc60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"