From bddf74eb37a658df60daa84743eb210293bb8e8e Mon Sep 17 00:00:00 2001 From: Michiel De Witte Date: Thu, 5 Oct 2023 15:15:18 +0200 Subject: [PATCH] release: version 0.1.3 enable termination feature of ctrlc crate --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 94e7450..8b8cb44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "reaper" -version = "0.1.2" +version = "0.1.3" edition = "2018" repository = "https://github.com/michieldwitte/reaper" [dependencies] nix = "0.27.1" libc = "0.2.139" -ctrlc = "3.4.1" +ctrlc = { version="3.4.1", features = ["termination"] } [profile.release] strip = true