Skip to content

Commit 5918660

Browse files
ehwanzwpaper
authored andcommitted
Fix dependency unicode-width's version to 0.1.11
1 parent bf14f1b commit 5918660

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ sys-locale = "0.3"
3535
once_cell = "1.17.1"
3636
chrono = { version = "0.4.19", features = ["unstable-locales"] }
3737
chrono-humanize = "0.2"
38-
unicode-width = "0.1.*"
38+
# unicode-width 0.1.13 has a breaking change so stick to 0.1.11
39+
unicode-width = "=0.1.11"
3940
lscolors = "0.16.0"
4041
wild = "2.0"
4142
globset = "0.4.*"

0 commit comments

Comments
 (0)