aports/testing/wasmtime/system-zstd.patch
2024-06-23 06:34:30 +00:00

13 lines
508 B
Diff

diff --git a/crates/cache/Cargo.toml b/crates/cache/Cargo.toml
index bd6b571..442ac5c 100644
--- a/crates/cache/Cargo.toml
+++ b/crates/cache/Cargo.toml
@@ -21,7 +21,7 @@ serde = { workspace = true }
serde_derive = { workspace = true }
sha2 = "0.10.2"
toml = { workspace = true }
-zstd = { version = "0.13.0", default-features = false }
+zstd = { version = "0.13.0", default-features = false, features = ["pkg-config"] }
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
workspace = true