Using modified version of ctrlc that catches SIGTERM

This commit is contained in:
Tomusdrw 2016-02-10 16:55:15 +01:00
parent e69cd0f8c3
commit d7a36f4a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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" }