Skip to content

Commit

Permalink
Fix dependency unicode-width's version to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ehwan authored and zwpaper committed Aug 20, 2024
1 parent bf14f1b commit 5918660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ sys-locale = "0.3"
once_cell = "1.17.1"
chrono = { version = "0.4.19", features = ["unstable-locales"] }
chrono-humanize = "0.2"
unicode-width = "0.1.*"
# unicode-width 0.1.13 has a breaking change so stick to 0.1.11
unicode-width = "=0.1.11"
lscolors = "0.16.0"
wild = "2.0"
globset = "0.4.*"
Expand Down

0 comments on commit 5918660

Please sign in to comment.