Skip to content

Commit 9c5e335

Browse files
committed
Update Rust crate terminal_size to 0.3.0
1 parent 7087253 commit 9c5e335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/batmac/generand"
1414
[dependencies]
1515
rand = "0.8.5"
1616
clap = { version = "3.2.25", features = ["derive"], optional = true }
17-
terminal_size = { version = "0.2.6", optional = true }
17+
terminal_size = { version = "0.3.0", optional = true }
1818

1919
[features]
2020
default = []

0 commit comments

Comments
 (0)