From 4e5f374bdba3d35c10906f10d460755fdec6324b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= Date: Fri, 22 Dec 2023 17:18:25 +0200 Subject: [PATCH] Version 3.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 125b45e..faafa39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctrlc" -version = "3.4.1" +version = "3.4.2" authors = ["Antti Keränen "] description = "Easy Ctrl-C handler for Rust projects" documentation = "https://detegr.github.io/doc/ctrlc"