From da1d38aa8d3b4c81a14ca0d56f8661b04ad3ddc8 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 23 Dec 2024 19:04:42 +0200 Subject: [PATCH] Remove a trailing space in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6430cb2..2022b54a 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"