We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6095f23 commit e05100bCopy full SHA for e05100b
Cargo.toml
@@ -22,7 +22,7 @@ unicode-width = "0.1.4"
22
unicode-segmentation = "1.0.1"
23
strsim = { version = "0.6.0", optional = true }
24
ansi_term = { version = "0.9.0", optional = true }
25
-term_size = { version = "0.2.3", optional = true }
+term_size = { version = "0.3.0", optional = true }
26
yaml-rust = { version = "0.3.5", optional = true }
27
clippy = { version = "~0.0.118", optional = true }
28
atty = { version = "0.2.2", optional = true }
0 commit comments