mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-14 03:39:53 +03:00
13 lines
349 B
Diff
13 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"
|