From 4142dc2faeb4a3f4c9f8ad3aa25c11d7555c04d3 Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Sun, 22 Jan 2017 10:19:38 +0100 Subject: [PATCH] signal: Use tokio-core from git Just for now, as we need some yet unreleased features. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 296f35e8a..233f72fca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,6 @@ mio = "0.6" winapi = "0.2" kernel32-sys = "0.2" mio = "0.6" + +[replace] +"tokio-core:0.1.3" = { git = "https://github.com/tokio-rs/tokio-core" }