Skip to content

Commit

Permalink
remove git2 default features
Browse files Browse the repository at this point in the history
The crate comes with openssl-related features by default, which breaks
the CI on MacOS.
  • Loading branch information
soywod committed Nov 20, 2024
1 parent 36f3690 commit d7c4abf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d7c4abf

Please sign in to comment.