CI: Patch libgit2-sys to use main branch
Some checks failed
BotServer CI/CD / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-18 20:07:57 -03:00
parent c30cec474d
commit c8fcd75e48

View file

@ -240,3 +240,7 @@ ureq = { version = "2", features = ["json"] }
mockito = { workspace = true }
tempfile = { workspace = true }
bigdecimal = { workspace = true }
# Force libgit2-sys to use system libgit2
[patch.crates-io]
libgit2-sys = { git = "https://github.com/rust-lang/git2-rs", branch = "main" }