From 05a17faba0dd3ef122bd09260185258dfe0b966f Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Fri, 3 Apr 2015 15:00:57 +0200 Subject: [PATCH] Update version info --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a3227eb..0a4bb867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zip" -version = "0.1.4" +version = "0.1.5" 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" -bzip2 = "^0.2" -time = "^0.1" -podio = "^0.0" +flate2 = "^0.2.6" +bzip2 = "^0.2.3" +time = "^0.1.24" +podio = "^0.1.0"