Skip to content

Commit 6bcc406

Browse files
committed
Default on vendored libgit2
1 parent 114e59b commit 6bcc406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ paste = "1"
3434

3535
[features]
3636
unstable = []
37-
default = ["ssh", "https", "ssh_key_from_memory"]
37+
default = ["ssh", "https", "ssh_key_from_memory", "vendored-libgit2"]
3838
ssh = ["libgit2-sys/ssh"]
3939
https = ["libgit2-sys/https", "openssl-sys", "openssl-probe"]
4040
vendored-libgit2 = ["libgit2-sys/vendored"]

0 commit comments

Comments
 (0)