From 74c2b8bd5072cd9ca676d5b92ee326e64a01827f Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 1 Dec 2018 22:05:26 +0900 Subject: [PATCH] Bump version to v0.1.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52513d6..ae2a7b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libflate" -version = "0.1.18" +version = "0.1.19" authors = ["Takeru Ohta "] description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)" homepage = "https://github.com/sile/libflate"