From 8d73133907c4b7677746714769d73243abff9b19 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 8 Aug 2016 11:00:04 -0700 Subject: [PATCH] write-then-drop is now upstream --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0f11033b..dfadac02d 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/alexcrichton/mio", branch = "write-then-drop" } +mio = { git = "https://github.com/carllerche/mio" } scoped-tls = "0.1.0" slab = "0.2.0"