From 74802011777d237fb040825dfa854b20f48c3c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= Date: Sat, 20 May 2023 21:14:39 +0300 Subject: [PATCH] Release 3.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e270bf0..f5f62c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctrlc" -version = "3.2.5" +version = "3.3.0" authors = ["Antti Keränen "] description = "Easy Ctrl-C handler for Rust projects" documentation = "http://detegr.github.io/doc/ctrlc"