Skip to content

Commit

Permalink
Revert: Add zlib as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Oct 29, 2024
1 parent 355741f commit 72c29d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ zip = { version = "0.5", optional = true }
tempfile = { version = "3.2", optional = true }
zip-extract = { version = "0.1.3", optional = true }
cmake = { version = "0.1.50", optional = true }
libz-sys = { version="1.1.16", features = ["static"] }

[dependencies]
libz-sys = { version="1.1.16", features = ["static"] }

0 comments on commit 72c29d1

Please sign in to comment.