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 7 months ago
commit 1d81f96ffbe3ea878181df42a3b699defc687e0d
parent b6a35622f2afdf90ef79149310c74e4c64c5bca0
2 failed (2 total) View logs
4 files changed +4 -4
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]
modified crates/radicle/Cargo.toml
@@ -26,7 +26,7 @@ cyphernet = { workspace = true, features = ["tor", "dns", "p2p-ed25519"] }
dunce = { workspace = true }
fast-glob = { version = "0.3.2" }
fastrand = { workspace = true }
-
git2 = { workspace = true, features = ["vendored-libgit2"] }
+
git2 = { workspace = true }
indexmap = { version = "2", features = ["serde"] }
localtime = { workspace = true, features = ["serde"] }
log = { workspace = true, features = ["std"] }