Skip to content

Commit 8a49d85

Browse files
committed
upgrade git2 to v20 (#4961)
This should bring support for negative refspecs.
1 parent 96382f2 commit 8a49d85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -44,7 +44,7 @@ resolver = "2"
4444
bstr = "1.11.1"
4545
# Add the `tracing` or `tracing-detail` features to see more of gitoxide in the logs. Useful to see which programs it invokes.
4646
gix = { git = "https://github.com/GitoxideLabs/gitoxide", rev = "faa0cdeb35a8135ff9513a1c9884126f6b080f4a", default-features = false, features = [] }
47-
git2 = { version = "0.19.0", features = [
47+
git2 = { version = "0.20.0", features = [
4848
"vendored-openssl",
4949
"vendored-libgit2",
5050
] }

0 commit comments

Comments
 (0)