From bf0315b461fa36ad46d58f29c764844a39a30c9b Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:30:04 +1100 Subject: [PATCH] Release flste2 1.1.4 Fix docs.rs build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2326f27d..adc8ee9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flate2" authors = ["Alex Crichton ", "Josh Triplett "] -version = "1.1.3" +version = "1.1.4" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"