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 2958823742b2bb5ec2afead2c71352ac0d56b3c2
parent 3ea3bde3605de22b99dd85471f58bf8f61538f0e
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]