Skip to content

Commit 464b6bb

Browse files
committed
unicode-width: 0.1 -> 0.2
1 parent de2f15a commit 464b6bb

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
@@ -19,7 +19,7 @@ ansi-parsing = []
1919

2020
[dependencies]
2121
libc = "0.2.99"
22-
unicode-width = { version = "0.1", optional = true }
22+
unicode-width = { version = ">=0.1,<0.3", optional = true }
2323
lazy_static = "1.4.0"
2424

2525
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)