diff --git a/Cargo.toml b/Cargo.toml index a6430cb2c..2022b54a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde_json = "1.0" tiny_http = { version = "0.12", optional = true } [target.'cfg(windows)'.dependencies] -ctrlc = "=3.4.2" +ctrlc = "=3.4.2" [target.'cfg(not(windows))'.dependencies] signal-hook = "0.3"