From 1126a4a7584f165a59e0818566938e7e07c386c4 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 26 Apr 2024 15:12:39 +0200 Subject: [PATCH] prepare bugfix release to make docs work again This might also fix other errors that people were seeing in their pipelines. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66cf59e5..83371fe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flate2" authors = ["Alex Crichton ", "Josh Triplett "] -version = "1.0.29" +version = "1.0.30" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"