mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: bumps term_size version
This commit is contained in:
parent
baff4200a4
commit
20a2d95ddf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,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.0", optional = true }
|
||||
term_size = { version = "=0.2.1", optional = true }
|
||||
libc = { version = "=0.2.18", optional = true }
|
||||
yaml-rust = { version = "=0.3.5", optional = true }
|
||||
clippy = { version = "~0.0.104", optional = true }
|
||||
|
|
Loading…
Reference in a new issue