Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #222 from mbrubeck/flate2
Browse files Browse the repository at this point in the history
Allow flate2 >1.0.14
  • Loading branch information
Plecra committed Apr 16, 2021
2 parents 08adaa5 + c0ef84d commit 2d99f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Library to support the reading and writing of zip files.
edition = "2018"

[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, <=1.0.14", default-features = false, optional = true }
flate2 = { version = "1.0.0", default-features = false, optional = true }
time = { version = "0.1", optional = true }
byteorder = "1.3"
bzip2 = { version = "0.3", optional = true }
Expand Down

0 comments on commit 2d99f88

Please sign in to comment.