Skip to content

Commit 3f092c7

Browse files
th1000sdandavison
authored andcommitted
Upgrade and pin unicode-width to v0.1.12
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
1 parent 3ccdd2d commit 3f092c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ syntect = "5.0.0"
5555
sysinfo = { version = "0.29.0", default-features = false, features = [] }
5656
terminal-colorsaurus = "0.4.1"
5757
unicode-segmentation = "1.10.1"
58-
unicode-width = "0.1.10"
58+
unicode-width = "=0.1.12"
5959
xdg = "2.4.1"
6060

6161
[lints.rust]

0 commit comments

Comments
 (0)