mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 17:57:08 +02:00
11 lines
368 B
Diff
11 lines
368 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -34,7 +34,7 @@
|
|
unrar = "0.5.2"
|
|
xz2 = "0.1.7"
|
|
zip = { version = "0.6.6", default-features = false, features = ["time"] }
|
|
-zstd = { version = "0.13.0", default-features = false }
|
|
+zstd = { version = "0.13.0", default-features = false, features = ["pkg-config"] }
|
|
|
|
[target.'cfg(not(unix))'.dependencies]
|
|
is_executable = "1.0.1"
|