remove git2 default features

The crate comes with openssl-related features by default, which breaks
the CI on MacOS.
This commit is contained in:
Clément DOUIN 2024-11-20 15:49:22 +01:00
parent 36f3690cba
commit d7c4abf2e3
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 1 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1626,8 +1626,6 @@ dependencies = [
"libc", "libc",
"libgit2-sys", "libgit2-sys",
"log", "log",
"openssl-probe",
"openssl-sys",
"url", "url",
] ]

View file

@ -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"] pgp-native = ["email-lib/pgp-native", "mml-lib/pgp-native", "pimalaya-tui/pgp-native", "pgp"]
[build-dependencies] [build-dependencies]
git2 = "0.19" git2 = { version = "0.19", default-features = false }
[dependencies] [dependencies]
ariadne = "0.2" ariadne = "0.2"