From 66c6907f300928e5c1113f37036f7103fd268863 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 23 Aug 2024 16:00:18 +0200 Subject: [PATCH] bump patch level for new release that builds with `-Zminimal-versions` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 541b8160..47c7421d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flate2" authors = ["Alex Crichton ", "Josh Triplett "] -version = "1.0.32" +version = "1.0.33" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"