mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Merge pull request #1009 from mgeisler/textwrap-0.7.0
perf: update textwrap to version 0.7.0
This commit is contained in:
commit
30b79d8764
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ bitflags = "0.9"
|
|||
vec_map = "0.8"
|
||||
unicode-width = "0.1.4"
|
||||
unicode-segmentation = "~1.1.0" # 1.2.0 requires Rust 1.13.0
|
||||
textwrap = "0.6.0"
|
||||
textwrap = "0.7.0"
|
||||
strsim = { version = "0.6.0", optional = true }
|
||||
ansi_term = { version = "0.9.0", optional = true }
|
||||
term_size = { version = "0.3.0", optional = true }
|
||||
|
|
Loading…
Reference in a new issue