aports/community/rustup/system.patch
2025-01-10 17:20:21 +00:00

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"