Skip to content

Commit

Permalink
Merge pull request #270 from nickbabcock/pin-zip
Browse files Browse the repository at this point in the history
Pin zip to v2.1.3 to avoid performance regressions
  • Loading branch information
nickbabcock authored Dec 13, 2024
2 parents 232dbbe + 2c8df00 commit 0a33584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ boxcars = "0.9.17"
glob = "0.3"
either = "1"
memmap2 = "0.9.5"
zip = { version = "2", default-features = false, features = ["deflate-zlib-ng"] }

# Pin zip to avoid performance regressions
# https://github.com/zip-rs/zip2/pull/247#issuecomment-2541464228
zip = { version = "=2.1.3", default-features = false, features = ["deflate-zlib-ng"] }

[dev-dependencies]
assert_cmd = "2"
Expand Down

0 comments on commit 0a33584

Please sign in to comment.