Stick to the old io for as long as we can
This commit is contained in:
parent
ba0ec950a8
commit
a525bd4e34
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "zip"
|
name = "zip"
|
||||||
version = "0.0.11"
|
version = "0.0.12"
|
||||||
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,6 +10,6 @@ Library to support the reading and writing of zip files.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
flate2 = "*"
|
flate2 = "^0.1"
|
||||||
bzip2 = "*"
|
bzip2 = "*"
|
||||||
time = "*"
|
time = "*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue