From d567b0d87a3c6a5423fc9509b606df9b6758c576 Mon Sep 17 00:00:00 2001 From: StratusFearMe21 <57533634+StratusFearMe21@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:10:47 -0600 Subject: [PATCH] Revert change of unicode-width dependency --- helix-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index f213d2f6e..8ac4603cb 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -28,7 +28,7 @@ unicode-segmentation = "1.12" # width definitions in terminals, we need to replace it. # For now lets lock the version to avoid rendering glitches # when installing without `--locked` -unicode-width = "=0.2.0" +unicode-width = "=0.1.12" unicode-general-category = "0.6" slotmap.workspace = true tree-sitter.workspace = true