mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
Merge pull request #1202 from willmurphyscode/version-bump-term-size
bump version on term size to 1.0.0-beta1
This commit is contained in:
commit
c3cfe8f7a4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ yaml-rust = { version = "0.3.5", optional = true }
|
|||
clippy = { version = "~0.0.166", optional = true }
|
||||
atty = { version = "0.2.2", optional = true }
|
||||
vec_map = { version = "0.8", optional = true }
|
||||
term_size = { version = "0.3.0", optional = true }
|
||||
term_size = { version = "1.0.0-beta1", optional = true }
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
ansi_term = { version = "0.10.0", optional = true }
|
||||
|
|
Loading…
Reference in a new issue