From f0ea9d6f4c0a734ac4c235630f3d8cc51fb48f51 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 6 Feb 2018 07:26:21 -0800 Subject: Switch back to futures from crates.io (#113) Doing so requires copying the `current_thread` executor from GitHub into the repo. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4c0293ea..d3720eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,3 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" time = "0.1" - -[patch.crates-io] -futures = { git = "https://github.com/rust-lang-nursery/futures-rs", branch = "tokio-reform" } -mio = { git = "https://github.com/carllerche/mio" } -- cgit v1.2.3