From 1ce0b92605c80f835adf204b7761cb00ca7a7f9f Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Mon, 25 May 2015 09:46:23 +0200 Subject: [PATCH] Update version numbers --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 068127bc..b68ecc2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zip" -version = "0.1.6" +version = "0.1.7" authors = ["Mathijs van de Nes "] license = "MIT" repository = "https://github.com/mvdnes/zip-rs.git" @@ -10,7 +10,7 @@ Library to support the reading and writing of zip files. """ [dependencies] -flate2 = "^0.2.6" +flate2 = "^0.2.7" bzip2 = "^0.2.3" -time = "^0.1.24" -podio = "^0.1.0" +time = "^0.1.25" +podio = "^0.1.3"