From d21a0e515bee3a17ba3db5109914c49ae2d605b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= Date: Wed, 6 Oct 2021 22:39:27 +0300 Subject: [PATCH] Release 3.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0305626..640bd13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctrlc" -version = "3.2.0" +version = "3.2.1" authors = ["Antti Keränen "] description = "Easy Ctrl-C handler for Rust projects" documentation = "http://detegr.github.io/doc/ctrlc"