Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: remove lexopt dependency
✗ CI failure Fintan Halpenny committed 6 months ago
commit 87cf7d5e4aa44ca264ea93ffaedd77485785ae93
parent 251224024348359bf166e09d771292c65e97afc6
1 passed 2 failed (3 total) View logs
2 files changed +0 -2
modified Cargo.lock
@@ -2822,7 +2822,6 @@ dependencies = [
 "dunce",
 "human-panic",
 "itertools",
-
 "lexopt",
 "localtime",
 "log",
 "nonempty",
modified crates/radicle-cli/Cargo.toml
@@ -20,7 +20,6 @@ clap = { version = "4.5.44", features = ["derive"] }
dunce = { workspace = true }
human-panic.workspace = true
itertools.workspace = true
-
lexopt = { workspace = true }
localtime = { workspace = true }
log = { workspace = true, features = ["std"] }
nonempty = { workspace = true }