aports/testing/lapce/use-system-libs.patch
2023-11-18 18:45:24 +01:00

9 lines
355 B
Diff

--- a/lapce-proxy/Cargo.toml
+++ b/lapce-proxy/Cargo.toml
@@ -41 +41 @@
-zstd = "0.11.2" # follow same version wasmtime-cache in lockfile
+zstd = { version = "0.11.2", features = ["pkg-config"] } # follow same version wasmtime-cache in lockfile
@@ -51 +51 @@
-git2 = { version = "0.18.1", features = ["vendored-openssl"] }
+git2 = { version = "0.18.1" }