use latest gix to make merge-base available.

This commit is contained in:
Sebastian Thiel 2024-08-26 16:00:51 +02:00
parent 564cd06666
commit 4ad8c0ed11
No known key found for this signature in database
GPG Key ID: 9CB5EE7895E8268B
2 changed files with 697 additions and 640 deletions

1335
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@ resolver = "2"
[workspace.dependencies]
bstr = "1.10.0"
# Add the `tracing` or `tracing-detail` features to see more of gitoxide in the logs. Useful to see which programs it invokes.
gix = { git = "https://github.com/Byron/gitoxide", rev = "e82f795a56c645088b59d2b9faa5984ea067ab5c", default-features = false, features = [] }
gix = { git = "https://github.com/Byron/gitoxide", rev = "649f5882cbebadf1133fa5f310e09b4aab77217e", default-features = false, features = [] }
git2 = { version = "0.18.3", features = [
"vendored-openssl",
"vendored-libgit2",