Skip to content

Commit 2c526e5

Browse files
committed
Update unicode-width to 0.2.0
Upstream breaking change: `\n` is now treated as width 1.
1 parent 26e4070 commit 2c526e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ parking_lot = "0.12.3"
4141
pico-args = "0.5.0"
4242
thiserror = "1.0.61"
4343
unicode-segmentation = "1.10.1"
44-
unicode-width = "0.1.12"
44+
unicode-width = "0.2.0"
4545
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
4646
version-track = "1.0.0"
4747
xi-unicode = "0.3.0"

0 commit comments

Comments
 (0)