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"]