aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f6e03f..cb293ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,13 +9,9 @@ getopts = "^0.2"
timer = "0.1"
time = "0.1"
chan = "0.1"
-chan-signal = "0.1"
+chan-signal = "0.1.7"
slog = "1.0"
slog-term = "1.1"
slog-syslog = "1.0.0-alpha"
json = "*"
rustyline = "1.0"
-
-[replace]
-"chan-signal:0.1.6" = { git = 'https://github.com/bnewbold/chan-signal' }
-