From bcb79d80d4fc110405fe82a1b6307a5dcb7f54f3 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Tue, 1 Sep 2026 17:03:03 +0200 Subject: [PATCH] build: use vendored libgit2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b91afecb1..9979c4bd9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ clap = { version = "4.5.0", default-features = false, features = [" crossbeam-channel = { version = "0.5.12" } directories = { version = "4.0.1" } flate2 = { version = "1.0" } -git2 = { version = "0.20.0", features = ["vendored-openssl"] } +git2 = { version = "0.20.0", features = ["vendored-openssl", "vendored-libgit2"] } globset = { version = "0.4.14" } hashbrown = { version = "0.14.5", features = ["serde"] } im = { version = "15.0.0", features = ["serde"] }