From 7d1399c79a4ada11fd6df54d18397d9246fe6488 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Wed, 23 Nov 2022 14:31:56 -0800 Subject: [PATCH] Prep release 1.0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43c6eb9e..aa9a4fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flate2" authors = ["Alex Crichton ", "Josh Triplett "] -version = "1.0.24" +version = "1.0.25" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"