Skip to content

Commit e905b02

Browse files
committed
Use feature https for git2
1 parent ebc6dc8 commit e905b02

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Cargo.lock

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

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crossbeam-channel = "0.5"
1717
dirs = "6.0"
1818
easy-cast = "0.5"
1919
fuzzy-matcher = "0.3"
20-
git2 = { version = "0.21", features = ["cred"] }
20+
git2 = { version = "0.21", features = ["https"] }
2121
git2-hooks = { path = "../git2-hooks", version = "0.7" }
2222
gix = { version = "0.78.0", default-features = false, features = [
2323
"mailmap",

0 commit comments

Comments
 (0)