mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-13 09:31:57 +01:00
14 lines
349 B
Diff
14 lines
349 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 5807cc17..7a8c4a0f 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -98,7 +98,7 @@ url.workspace = true
|
|
wait-timeout = "0.2"
|
|
walkdir = { workspace = true, optional = true }
|
|
xz2 = "0.1.3"
|
|
-zstd = "0.13"
|
|
+zstd = { version = "0.13", features = ["pkg-config"] }
|
|
|
|
[target."cfg(windows)".dependencies]
|
|
cc = "1"
|