From adc81463053123c853562b754f297cb96d3bb734 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Fri, 25 Mar 2022 11:52:31 +0900 Subject: [PATCH] Bump version to v1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae7aaaa..cebdcf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libflate" -version = "1.1.2" +version = "1.2.0" authors = ["Takeru Ohta "] description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)" homepage = "https://github.com/sile/libflate"