mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 12:47:55 +08:00
remove git2 default features
The crate comes with openssl-related features by default, which breaks the CI on MacOS.
This commit is contained in:
Generated
-2
@@ -1626,8 +1626,6 @@ dependencies = [
|
||||
"libc",
|
||||
"libgit2-sys",
|
||||
"log",
|
||||
"openssl-probe",
|
||||
"openssl-sys",
|
||||
"url",
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ pgp-gpg = ["email-lib/pgp-gpg", "mml-lib/pgp-gpg", "pimalaya-tui/pgp-gpg", "pgp"
|
||||
pgp-native = ["email-lib/pgp-native", "mml-lib/pgp-native", "pimalaya-tui/pgp-native", "pgp"]
|
||||
|
||||
[build-dependencies]
|
||||
git2 = "0.19"
|
||||
git2 = { version = "0.19", default-features = false }
|
||||
|
||||
[dependencies]
|
||||
ariadne = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user