From 02b80d2040b7035d5283116f2b040995e1859daa Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes <git@mathijs.vd-nes.nl> Date: Mon, 15 Jan 2018 18:51:03 +0100 Subject: [PATCH] Publish 0.3.0 due to breaking changes The change of default features may brake some projects. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36fb846d..128deba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zip" -version = "0.2.9" +version = "0.3.0" authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"] license = "MIT" repository = "https://github.com/mvdnes/zip-rs.git"