mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
11 lines
460 B
TOML
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"
|