From 75cc933bbad7a1948ae6e077741d787c005c90f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= Date: Tue, 10 Aug 2021 21:57:35 +0300 Subject: [PATCH] Release 3.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec462a4..327e8fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctrlc" -version = "3.1.9" +version = "3.2.0" authors = ["Antti Keränen "] description = "Easy Ctrl-C handler for Rust projects" documentation = "http://detegr.github.io/doc/ctrlc"