diff --git a/crates/git-diff/Cargo.toml b/crates/git-diff/Cargo.toml index ee6f9725..b23672fc 100644 --- a/crates/git-diff/Cargo.toml +++ b/crates/git-diff/Cargo.toml @@ -7,7 +7,7 @@ description = "Git diff computation: file listing, content diffing, and alignmen [dependencies] serde = { version = "1.0", features = ["derive"] } thiserror = "2.0" -git2 = { version = "0.20", features = ["vendored-openssl"] } +git2 = { version = "0.20", features = ["vendored-openssl", "vendored-libgit2"] } base64 = "0.22" log = "0.4"