From 5918660f4844191e9477dc48e2ab83ab0fa2e68f Mon Sep 17 00:00:00 2001 From: Taehwan Kim Date: Wed, 19 Jun 2024 00:41:18 +0900 Subject: [PATCH] Fix dependency unicode-width's version to 0.1.11 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3cee645..6a5a0d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,8 @@ 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.*" +# unicode-width 0.1.13 has a breaking change so stick to 0.1.11 +unicode-width = "=0.1.11" lscolors = "0.16.0" wild = "2.0" globset = "0.4.*"