Skip to content

Commit

Permalink
Reintroduce zlib-ng in build-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawchord committed Oct 22, 2024
1 parent e57b2d3 commit cb7696d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ path = "src/main.rs"
[build-dependencies]
backoff = { version = "0.4.0", features = ["futures", "tokio"] }
bytes = "1"
flate2 = { version = "1.0.11" }
flate2 = { version = "1.0.11", default-features = false, features = [
"zlib-ng",
] }
hex = "0.4.3"
reqwest.workspace = true
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit cb7696d

Please sign in to comment.