downgrade zlib/libz-sys to 1.1.16 as it breaks nix

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-17 03:41:05 -04:00 committed by June
parent 302592f219
commit 6ef4781050
2 changed files with 7 additions and 2 deletions

View file

@ -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 }