From 3ff53db207af23d4c16f80ed6e764cd270ce4524 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Mon, 5 Aug 2019 08:54:43 +0900 Subject: [PATCH] Bump version to v0.1.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99e11f9..b09f105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libflate" -version = "0.1.25" +version = "0.1.26" authors = ["Takeru Ohta "] description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)" homepage = "https://github.com/sile/libflate"