Allow flate2 >1.0.14
flate2 was pinned to versions <= 1.0.14 in #175, because flate2 updated to a new version of miniz_oxide which increased its MSRV (#170, Frommi/miniz_oxide#85). This was fixed in Frommi/miniz_oxide#95, so all published versions of flate2 can once agoin be built with Rust 1.34.0.
This commit is contained in:
parent
229fe94bdf
commit
c0ef84dd4e
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ Library to support the reading and writing of zip files.
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# FIXME(#170): flate2 1.0.15 has an MSRV of 1.36.0, breaking ours. We'll update when we know if this will be addressed
|
flate2 = { version = "1.0.0", default-features = false, optional = true }
|
||||||
flate2 = { version = ">=1.0.0, <=1.0.14", default-features = false, optional = true }
|
|
||||||
time = { version = "0.1", optional = true }
|
time = { version = "0.1", optional = true }
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
bzip2 = { version = "0.3", optional = true }
|
bzip2 = { version = "0.3", optional = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue