Skip to content

Commit

Permalink
downgrade zlib/libz-sys to 1.1.16 as it breaks nix
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <[email protected]>
  • Loading branch information
girlbossceo committed May 17, 2024
1 parent 302592f commit 6ef4781
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 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 @@ -17,6 +17,9 @@ edition = "2021"
rust-version = "1.77.0"

[dependencies]
# 1.1.17 seems broken on nix from a permission error?
libz-sys = "=1.1.16"

console-subscriber = { version = "0.2", optional = true }

infer = { version = "0.15", default-features = false }
Expand Down

0 comments on commit 6ef4781

Please sign in to comment.