mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Bump textwrap version as required
This commit is contained in:
parent
ac97edde90
commit
e1a4cfe3a3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ appveyor = { repository = "kbknapp/clap-rs" }
|
|||
[dependencies]
|
||||
bitflags = "0.9"
|
||||
unicode-width = "0.1.4"
|
||||
textwrap = "0.8.0"
|
||||
textwrap = "0.9.0"
|
||||
strsim = { version = "0.6.0", optional = true }
|
||||
ansi_term = { version = "0.9.0", optional = true }
|
||||
yaml-rust = { version = "0.3.5", optional = true }
|
||||
|
|
Loading…
Reference in a new issue