Skip to content

Commit e05100b

Browse files
committed
imp: bumps term_size to take advantage of better terminal dimension handling
1 parent 6095f23 commit e05100b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ unicode-width = "0.1.4"
2222
unicode-segmentation = "1.0.1"
2323
strsim = { version = "0.6.0", optional = true }
2424
ansi_term = { version = "0.9.0", optional = true }
25-
term_size = { version = "0.2.3", optional = true }
25+
term_size = { version = "0.3.0", optional = true }
2626
yaml-rust = { version = "0.3.5", optional = true }
2727
clippy = { version = "~0.0.118", optional = true }
2828
atty = { version = "0.2.2", optional = true }

0 commit comments

Comments
 (0)