Skip to content

Commit

Permalink
imp: bumps term_size to take advantage of better terminal dimension h…
Browse files Browse the repository at this point in the history
…andling
  • Loading branch information
kbknapp committed Apr 9, 2017
1 parent 6095f23 commit e05100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit e05100b

Please sign in to comment.