Skip to content

Commit

Permalink
Merge pull request #316 from figsoda/zstd-revert
Browse files Browse the repository at this point in the history
downgrade and pin zstd-sys
  • Loading branch information
figsoda committed Nov 23, 2022
2 parents c5df124 + f7bd17c commit 27c53f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ tempfile = "3.3.0"
xz2 = "0.1.7"
zip = { version = "0.6.3", default-features = false, features = ["time"] }
zstd = { version = "0.12.0", default-features = false }
# zstd-sys > 2.0.1 unconditionally enables thin LTO and causes CI to fail
# https://github.com/gyscos/zstd-rs/pull/155
zstd-sys = "=2.0.1"

[target.'cfg(unix)'.dependencies]
time = { version = "0.3.17", default-features = false }
Expand Down

0 comments on commit 27c53f2

Please sign in to comment.