From cc03ba6e727a8559abb7da08404df800568c8212 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Mon, 31 Mar 2025 16:54:39 -0400 Subject: [PATCH] chore(deps): disable termination feature for ctrlc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a226fe..7824759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bevy_ecs = "0" bevy_log = "0" clap = { version = "4", features = ["derive", "string"] } console-subscriber = { version = "0", optional = true } -ctrlc = { version = "3", features = ["termination"] } +ctrlc = "3" dirs = { version = "6", optional = true } futures = "0" futures-locks = "0"