downgrade zlib/libz-sys to 1.1.16 as it breaks nix
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
302592f219
commit
6ef4781050
2 changed files with 7 additions and 2 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -592,6 +592,7 @@ dependencies = [
|
|||
"ipaddress",
|
||||
"itertools",
|
||||
"jsonwebtoken",
|
||||
"libz-sys",
|
||||
"log",
|
||||
"loole",
|
||||
"lru-cache",
|
||||
|
@ -1816,11 +1817,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libz-sys"
|
||||
version = "1.1.17"
|
||||
version = "1.1.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0078520875cbd94735b332bca766d640ca0754e5419dce654dcee9115c4239f0"
|
||||
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue