aports/community/gitui/use-system-openssl.patch
2021-12-10 20:29:54 +01:00

8 lines
300 B
Diff

--- a/asyncgit/Cargo.toml
+++ b/asyncgit/Cargo.toml
@@ -22,3 +22,3 @@
# pinning to vendored openssl, using the git2 feature this gets lost with new resolver
-openssl-sys = { version = '0.9', features = ["vendored"] }
+# openssl-sys = { version = '0.9', features = ["vendored"] }
rayon-core = "1.9"