mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
imp: bumps term_size to take advantage of better terminal dimension handling
This commit is contained in:
parent
6095f239ba
commit
e05100b73d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ unicode-width = "0.1.4"
|
|||
unicode-segmentation = "1.0.1"
|
||||
strsim = { version = "0.6.0", optional = true }
|
||||
ansi_term = { version = "0.9.0", optional = true }
|
||||
term_size = { version = "0.2.3", optional = true }
|
||||
term_size = { version = "0.3.0", optional = true }
|
||||
yaml-rust = { version = "0.3.5", optional = true }
|
||||
clippy = { version = "~0.0.118", optional = true }
|
||||
atty = { version = "0.2.2", optional = true }
|
||||
|
|
Loading…
Reference in a new issue