ports/editors/lapce/files/patch-lapce-proxy_Cargo.toml
2022-09-05 20:26:22 +01:00

11 lines
460 B
TOML

--- lapce-proxy/Cargo.toml.orig 2022-09-02 21:18:07 UTC
+++ lapce-proxy/Cargo.toml
@@ -40,7 +40,7 @@ toml_edit = { version = "0.14.4", features = ["easy"]
serde_json = "1.0.59"
anyhow = "1.0.32"
toml_edit = { version = "0.14.4", features = ["easy"] }
-git2 = { version = "0.14.4", features = ["vendored-openssl"] }
+git2 = { version = "0.14.4", features = [] }
lapce-core = { path = "../lapce-core" }
lapce-rpc = { path = "../lapce-rpc" }
trash = "2.1"