From aabcbbea292a1ddd4ea8c73bdddc08fd54a25f0f Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sun, 21 May 2023 11:07:16 +0900 Subject: [PATCH] Bump version to 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d53d15..bec8ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libflate" -version = "1.3.0" +version = "1.4.0" authors = ["Takeru Ohta "] description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)" homepage = "https://github.com/sile/libflate"