Skip to content

Commit 878d541

Browse files
committed
Pin to git2-rs version 0.3
This should prove more stable than relying on a Git version.
1 parent f7131a7 commit 878d541

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -31,5 +31,5 @@ debug = false
3131
lto = true
3232

3333
[dependencies.git2]
34-
git = "https://github.com/alexcrichton/git2-rs.git"
34+
version = "0.3"
3535
optional = true

0 commit comments

Comments
 (0)