From 6084e47797d58616f1c7adf818a048e8b0f015ad Mon Sep 17 00:00:00 2001 From: Ankit Goel Date: Tue, 20 Aug 2024 06:34:11 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64a9ffff..69d4e2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flate2" authors = ["Alex Crichton ", "Josh Triplett "] -version = "1.0.31" +version = "1.0.32" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"