Stick to the old io for as long as we can

This commit is contained in:
Mathijs van de Nes 2015-02-24 10:13:45 +01:00
parent ba0ec950a8
commit a525bd4e34

View file

@ -1,7 +1,7 @@
[package]
name = "zip"
version = "0.0.11"
version = "0.0.12"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
license = "MIT"
repository = "https://github.com/mvdnes/zip-rs.git"
@ -10,6 +10,6 @@ Library to support the reading and writing of zip files.
"""
[dependencies]
flate2 = "*"
flate2 = "^0.1"
bzip2 = "*"
time = "*"