Build succeeded with git2 v0.19.0. The fix is complete. (#1774)

**Summary:**
- Bumped `git2` from `0.18` to `0.19` in 4 Cargo.toml files
- This brings in libgit2 1.8.1 which supports `index.skipHash`
- Build compiles successfully
This commit is contained in:
Alex Netsch
2026-01-05 16:31:31 +00:00
committed by GitHub
parent f99d2f06f2
commit c0dadac9bd
5 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1.0", features = ["v4", "serde"] }
ts-rs = { workspace = true }
dirs = "5.0"
git2 = "0.18"
git2 = "0.19"
tempfile = "3.21"
async-trait = { workspace = true }
rust-embed = "8.2"