We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dc89c commit c0a298eCopy full SHA for c0a298e
Cargo.toml
@@ -25,7 +25,7 @@ supports-hyperlinks = { version = "2.0.0", optional = true }
25
supports-color = { version = "2.0.0", optional = true }
26
supports-unicode = { version = "2.0.0", optional = true }
27
backtrace = { version = "0.3.61", optional = true }
28
-terminal_size = { version = "0.1.17", optional = true }
+terminal_size = { version = "0.3.0", optional = true }
29
backtrace-ext = { version = "0.2.1", optional = true }
30
serde = { version = "1.0.162", features = ["derive"], optional = true }
31
0 commit comments