mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00: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:
parent
36f3690cba
commit
d7c4abf2e3
2 changed files with 1 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1626,8 +1626,6 @@ dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"libgit2-sys",
|
"libgit2-sys",
|
||||||
"log",
|
"log",
|
||||||
"openssl-probe",
|
|
||||||
"openssl-sys",
|
|
||||||
"url",
|
"url",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue