Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
workspace: Enable vendored `libgit2`
✗ CI failure Lorenz Leutgeb committed 6 months ago
commit efe10f95be9fde1cda84f0631ec8f6546ac7228d
parent b7cfcfff7597a2f3f6cf9f30a348c923f11abf84
2 failed (2 total) View logs
3 files changed +3 -3
modified 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"
modified 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"] }
modified 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]