diff --git a/Cargo.toml b/Cargo.toml index 3e910b57..f8a23539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ crossbeam-channel = "0.5.6" cyphernet = "0.5.2" dunce = "1.0.5" fastrand = { version = "2.0.0", default-features = false } -git2 = { version = "0.19.0", default-features = false } +git2 = { version = "0.19.0", default-features = false, features = ["vendored-libgit2"] } human-panic = "2" itertools = "0.14" lexopt = "0.3.0" diff --git a/crates/radicle-cob/Cargo.toml b/crates/radicle-cob/Cargo.toml index a598acb5..59c216e5 100644 --- a/crates/radicle-cob/Cargo.toml +++ b/crates/radicle-cob/Cargo.toml @@ -22,7 +22,7 @@ test = [] [dependencies] fastrand = { workspace = true } git-ref-format-core = { workspace = true } -git2 = { workspace = true, optional = true, features = ["vendored-libgit2"] } +git2 = { workspace = true, optional = true } log = { workspace = true } nonempty = { workspace = true, features = ["serialize"] } radicle-crypto = { workspace = true, features = ["ssh"] } diff --git a/crates/radicle-term/Cargo.toml b/crates/radicle-term/Cargo.toml index 2d5ddc28..512e4358 100644 --- a/crates/radicle-term/Cargo.toml +++ b/crates/radicle-term/Cargo.toml @@ -24,7 +24,7 @@ thiserror = { workspace = true } unicode-display-width = "0.3.0" unicode-segmentation = "1.7.1" zeroize = { workspace = true } -git2 = { workspace = true, features = ["vendored-libgit2"], optional = true } +git2 = { workspace = true, optional = true } shlex = { workspace = true } [target.'cfg(unix)'.dependencies]