Skip to content

Commit

Permalink
Upgrade and pin unicode-width to v0.1.12
Browse files Browse the repository at this point in the history
v0.1.13 calculates the width of some characters differently, which
causes delta to panic

See unicode-rs/unicode-width#55 and unicode-rs/unicode-width#66
  • Loading branch information
th1000s committed Sep 10, 2024
1 parent 3ccdd2d commit c3ce3b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ syntect = "5.0.0"
sysinfo = { version = "0.29.0", default-features = false, features = [] }
terminal-colorsaurus = "0.4.1"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
unicode-width = "=0.1.12"
xdg = "2.4.1"

[lints.rust]
Expand Down

0 comments on commit c3ce3b6

Please sign in to comment.