From d7a36f4a9d6b69939fc5fd2fa3f03bcfb4b47df8 Mon Sep 17 00:00:00 2001 From: Tomusdrw Date: Wed, 10 Feb 2016 16:55:15 +0100 Subject: [PATCH] Using modified version of ctrlc that catches SIGTERM --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 836967631..fb52d14d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.3" rustc-serialize = "0.3" docopt = "0.6" docopt_macros = "0.6" -ctrlc = "1.0" +ctrlc = { git = "https://github.com/tomusdrw/rust-ctrlc.git" } clippy = "0.0.37" ethcore-util = { path = "util" } ethcore = { path = "ethcore" }