mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
downgrade and pin zstd-sys
This commit is contained in:
parent
c5df1247b7
commit
f7bd17ce12
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -529,6 +529,7 @@ dependencies = [
|
||||
"xz2",
|
||||
"zip",
|
||||
"zstd",
|
||||
"zstd-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1107,9 +1108,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zstd-sys"
|
||||
version = "2.0.2+zstd.1.5.2"
|
||||
version = "2.0.1+zstd.1.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "24faa29d97c8ddca9b37b680e3bd2d5439d864a9cac3a0640d086b71c908bb83"
|
||||
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
@ -30,6 +30,9 @@ tempfile = "3.3.0"
|
||||
xz2 = "0.1.7"
|
||||
zip = { version = "0.6.3", default-features = false, features = ["time"] }
|
||||
zstd = { version = "0.12.0", default-features = false }
|
||||
# zstd-sys > 2.0.1 unconditionally enables thin LTO and causes CI to fail
|
||||
# https://github.com/gyscos/zstd-rs/pull/155
|
||||
zstd-sys = "=2.0.1"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
time = { version = "0.3.17", default-features = false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user