From cfe301af7b2cbc4e032a44e62bf671bc2c7fc4fd Mon Sep 17 00:00:00 2001 From: ehwan Date: Wed, 19 Jun 2024 14:11:57 +0900 Subject: [PATCH] fix comment on Cargo.toml of unicode-width --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2c1552..ecb1ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ sys-locale = "0.3" once_cell = "1.17.1" chrono = { version = "0.4.19", features = ["unstable-locales"] } chrono-humanize = "0.2" -# unicode-width 0.1.13 has a breaking change so stick to 0.1.11 +# incompatible with v0.1.11 unicode-width = "0.1.13" lscolors = "0.16.0" wild = "2.0"