From e9c87c088ae3ab7f486065176a5134790bd504f8 Mon Sep 17 00:00:00 2001 From: Folkert Date: Fri, 26 Apr 2024 10:06:25 +0200 Subject: [PATCH] zlib-rs support version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63dd2eee..66cf59e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flate2" authors = ["Alex Crichton ", "Josh Triplett "] -version = "1.0.28" +version = "1.0.29" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"