opnsense-ports/devel/gitui/files/patch-asyncgit_Cargo.toml
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

13 lines
630 B
TOML

Do not use vendored openssl
--- asyncgit/Cargo.toml.orig 2024-02-25 05:07:28 UTC
+++ asyncgit/Cargo.toml
@@ -22,7 +22,7 @@ log = "0.4"
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}
# pinning to vendored openssl, using the git2 feature this gets lost with new resolver
-openssl-sys = { version = '0.9', features = ["vendored"], optional = true }
+openssl-sys = { version = '0.9', optional = true }
rayon = "1.8"
rayon-core = "1.12"
scopetime = { path = "../scopetime", version = "0.1" }