Skip to content

Commit

Permalink
Rollback zlib-ng for now as it causes Docker builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Oct 13, 2024
1 parent 4adb05e commit 6a451a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
20 changes: 0 additions & 20 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ clap = { version = "4.4.10", default-features = false, features = [
comrak = { version = "0.28.0", default-features = false }
const-hex = "1.12"
const_format = "0.2"
flate2 = { version = "1.0", default-features = false, features = ["zlib-ng"] }
flate2 = "1.0"
futures-util = "0.3"
gix = { version = "0.66", default-features = false, features = [
"fast-sha1",
"zlib-ng",
"tracing",
"parallel",
"blob-diff",
Expand Down

0 comments on commit 6a451a4

Please sign in to comment.