From c8fcd75e48300654f61710ff464c48d5fc234304 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 18 Apr 2026 20:07:57 -0300 Subject: [PATCH] CI: Patch libgit2-sys to use main branch --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 11ceeb53..1b0b943b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }