mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
9 lines
364 B
Diff
9 lines
364 B
Diff
--- a/lapce-proxy/Cargo.toml
|
|
+++ b/lapce-proxy/Cargo.toml
|
|
@@ -45 +45 @@
|
|
-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
|
|
@@ -54 +54 @@
|
|
-git2 = { version = "0.18.2", features = ["vendored-openssl"] }
|
|
+git2 = { version = "0.18.2" }
|