From 4c08a85281f14da76561b221cb553791bc001846 Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Wed, 13 Mar 2024 20:29:11 +0800 Subject: [PATCH] Cargo: Temporarily use `vendored-libgit2` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d56e8905e..300434abd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ dirs = "5.0.1" either = "1.10.0" esl01-renderdag = "0.3.0" futures = "0.3.30" -git2 = { git = "https://github.com/bnjmnt4n/git2-rs.git", rev = "6ad326a9", default-features = false, features = ["https", "ssh-openssh"] } +git2 = { git = "https://github.com/bnjmnt4n/git2-rs.git", rev = "6ad326a9", default-features = false, features = ["https", "ssh-openssh", "vendored-libgit2"] } gix = { version = "0.61.0", default-features = false, features = [ "index", "max-performance-safe",