Skip to content

Commit

Permalink
feat(deps): Bump terminal-size to v0.3.0 (#308)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This requires an MSRV bump to 1.70.0.

Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Feb 4, 2024
1 parent f1dc89c commit c0a298e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,7 @@ supports-hyperlinks = { version = "2.0.0", optional = true }
supports-color = { version = "2.0.0", optional = true }
supports-unicode = { version = "2.0.0", optional = true }
backtrace = { version = "0.3.61", optional = true }
terminal_size = { version = "0.1.17", optional = true }
terminal_size = { version = "0.3.0", optional = true }
backtrace-ext = { version = "0.2.1", optional = true }
serde = { version = "1.0.162", features = ["derive"], optional = true }

Expand Down

0 comments on commit c0a298e

Please sign in to comment.