Update version numbers

This commit is contained in:
Mathijs van de Nes 2015-05-25 09:46:23 +02:00
parent e4576353f7
commit 1ce0b92605

View file

@ -1,7 +1,7 @@
[package] [package]
name = "zip" name = "zip"
version = "0.1.6" version = "0.1.7"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"] authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
license = "MIT" license = "MIT"
repository = "https://github.com/mvdnes/zip-rs.git" repository = "https://github.com/mvdnes/zip-rs.git"
@ -10,7 +10,7 @@ Library to support the reading and writing of zip files.
""" """
[dependencies] [dependencies]
flate2 = "^0.2.6" flate2 = "^0.2.7"
bzip2 = "^0.2.3" bzip2 = "^0.2.3"
time = "^0.1.24" time = "^0.1.25"
podio = "^0.1.0" podio = "^0.1.3"