mirror of
https://github.com/lsd-rs/lsd
synced 2025-01-09 18:28:47 +00:00
Fix dependency unicode-width's version to 0.1.11
This commit is contained in:
parent
bf14f1b2e9
commit
5918660f48
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ sys-locale = "0.3"
|
||||||
once_cell = "1.17.1"
|
once_cell = "1.17.1"
|
||||||
chrono = { version = "0.4.19", features = ["unstable-locales"] }
|
chrono = { version = "0.4.19", features = ["unstable-locales"] }
|
||||||
chrono-humanize = "0.2"
|
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"
|
lscolors = "0.16.0"
|
||||||
wild = "2.0"
|
wild = "2.0"
|
||||||
globset = "0.4.*"
|
globset = "0.4.*"
|
||||||
|
|
Loading…
Reference in a new issue