Skip to content

Commit d212df9

Browse files
committed
Pin git2 to a lower version
1 parent b883178 commit d212df9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ atomic-counter = "1.0.1"
2828
ureq = { version = "2.4.0", features = ["json"] }
2929
serde_json = "1.0.81"
3030
globset = "0.4.6"
31-
git2 = "0.14.0"
31+
# Workaround for https://github.com/rust-lang/git2-rs/issues/838
32+
git2 = "<0.14.3"
3233

3334
[target."cfg(unix)".dependencies]
3435
expanduser = "1.2.1"

0 commit comments

Comments
 (0)