1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 03:39:53 +03:00
aports/community/rustup/system.patch
2025-01-10 17:20:21 +00:00

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"