mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
unpin zstd-sys
This commit is contained in:
parent
bef3e9e2fa
commit
41376b9dd3
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -714,7 +714,6 @@ dependencies = [
|
||||
"xz2",
|
||||
"zip",
|
||||
"zstd",
|
||||
"zstd-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -33,9 +33,6 @@ ubyte = { version = "0.10.3", default-features = false }
|
||||
xz2 = "0.1.7"
|
||||
zip = { version = "0.6.3", default-features = false, features = ["time"] }
|
||||
zstd = { version = "0.12.2", 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