From 4d590bc84f787fc82a82701ec336b7edbc9600b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= Date: Sat, 9 Mar 2024 23:58:20 +0200 Subject: [PATCH] Version 3.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a84f052..edbe0b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctrlc" -version = "3.4.2" +version = "3.4.3" authors = ["Antti Keränen "] description = "Easy Ctrl-C handler for Rust projects" documentation = "https://detegr.github.io/doc/ctrlc"