Require at libflate >= 0.1.21
libflate 0.1.21 fixes an issue in which certain deflate streams where unreadable by Windows. Resolves #99
This commit is contained in:
parent
895cc95bb8
commit
d1a0a7d472
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "zip"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/mvdnes/zip-rs.git"
|
||||
|
@ -15,7 +15,7 @@ Library to support the reading and writing of zip files.
|
|||
time = { version = "0.1", optional = true }
|
||||
podio = "0.1"
|
||||
bzip2 = { version = "0.3", optional = true }
|
||||
libflate = { version = "0.1.16", optional = true }
|
||||
libflate = { version = ">=0.1.21", optional = true }
|
||||
crc32fast = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue