Skip to content

Commit

Permalink
Default on vendored libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Mar 7, 2022
1 parent 114e59b commit 6bcc406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ paste = "1"

[features]
unstable = []
default = ["ssh", "https", "ssh_key_from_memory"]
default = ["ssh", "https", "ssh_key_from_memory", "vendored-libgit2"]
ssh = ["libgit2-sys/ssh"]
https = ["libgit2-sys/https", "openssl-sys", "openssl-probe"]
vendored-libgit2 = ["libgit2-sys/vendored"]
Expand Down

0 comments on commit 6bcc406

Please sign in to comment.