mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
fix: wrap help text
This commit is contained in:
parent
26a7750e86
commit
bcff00b2ee
2 changed files with 2 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -736,6 +736,7 @@ dependencies = [
|
|||
"anstyle",
|
||||
"clap_lex",
|
||||
"strsim",
|
||||
"terminal_size",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -25,7 +25,7 @@ pkg-fmt = "zip"
|
|||
atomic-file-install = { version = "1.0.9", path = "../atomic-file-install" }
|
||||
binstalk = { path = "../binstalk", version = "0.28.24", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.21" }
|
||||
clap = { version = "4.5.3", features = ["derive", "env"] }
|
||||
clap = { version = "4.5.3", features = ["derive", "env", "wrap_help"] }
|
||||
clap-cargo = "0.15.2"
|
||||
compact_str = "0.8.0"
|
||||
dirs = "6.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue