Skip to content

Commit

Permalink
Upgrade unicode-width to v0.1.14 (but still < 0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
th1000s committed Jan 9, 2025
1 parent 20e6c4f commit 72952b4
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ 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.12"
# 0.2.0 (and 0.1.13) treats \n as width 1. Lines processed by delta have, lose,
# and re-gain \n in various stages, which complicates upgrading.
unicode-width = ">=0.1.14, <0.2.0"
xdg = "2.4.1"

[lints.rust]
Expand Down

0 comments on commit 72952b4

Please sign in to comment.