Skip to content

Commit 3c3617e

Browse files
committed
fix: fix ssl issues with libgit2
1 parent 50e525f commit 3c3617e

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Cargo.lock

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ anyhow = "1"
2323
tera = "1"
2424
colored = "2.0.0"
2525
globwalk = "0.8.1"
26-
git2 = { version = "0.17.2", features = ["vendored-openssl"] }
26+
git2 = { version = "0.17.2", features = ["https"] }
2727
clap = { version = "4", features = ["derive"], optional = true }
2828
clap_complete = { version = "4", optional = true }
2929
lazy_static = { version = "1.4.0", optional = true }

0 commit comments

Comments
 (0)