mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
chore: bump the version for textwrap crate from 0.10 to 0.11
This commit is contained in:
parent
9399174416
commit
fe2ef36112
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ maintenance = {status = "actively-developed"}
|
|||
[dependencies]
|
||||
bitflags = "1.0"
|
||||
unicode-width = "0.1.4"
|
||||
textwrap = "0.10.0"
|
||||
textwrap = "0.11"
|
||||
indexmap = "1.0.1"
|
||||
strsim = { version = "0.8.0", optional = true }
|
||||
yaml-rust = { version = "0.4", optional = true }
|
||||
|
|
Loading…
Reference in a new issue