summaryrefslogtreecommitdiff
path: root/editors/lapce/files/patch-lapce-proxy_Cargo.toml
blob: c63afb14aaa55ef5a65397374728d7ba72cd3ddf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Do not use vendored openssl

--- lapce-proxy/Cargo.toml.orig	2023-11-01 10:54:40 UTC
+++ lapce-proxy/Cargo.toml
@@ -48,7 +48,7 @@ libc = "0.2"
 libc = "0.2"
 
 # git
-git2 = { version = "0.18.1", features = ["vendored-openssl"] }
+git2 = { version = "0.18.1" }
 
 # deleting files
 trash = "3.0.6"