From 346f5d3e246169da49f399d6f61e9f6aa4c1270e Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 18 Apr 2026 20:08:19 -0300 Subject: [PATCH] CI: Use vendored libgit2 to avoid compilation --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1b0b943b..9e6f979f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -244,3 +244,7 @@ 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" } + +[dependencies.git2] +version = "0.19" +features = ["vendored-libgit2"]