Skip to content

Commit c0a298e

Browse files
authoredFeb 4, 2024
feat(deps): Bump terminal-size to v0.3.0 (#308)
BREAKING CHANGE: This requires an MSRV bump to 1.70.0. Signed-off-by: John Nunley <dev@notgull.net>
1 parent f1dc89c commit c0a298e

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
@@ -25,7 +25,7 @@ supports-hyperlinks = { version = "2.0.0", optional = true }
2525
supports-color = { version = "2.0.0", optional = true }
2626
supports-unicode = { version = "2.0.0", optional = true }
2727
backtrace = { version = "0.3.61", optional = true }
28-
terminal_size = { version = "0.1.17", optional = true }
28+
terminal_size = { version = "0.3.0", optional = true }
2929
backtrace-ext = { version = "0.2.1", optional = true }
3030
serde = { version = "1.0.162", features = ["derive"], optional = true }
3131

0 commit comments

Comments
 (0)
Please sign in to comment.