From 30fb63cc3df96a0c79820dd2980a570cce11c8c3 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Sat, 27 Jul 2024 18:59:36 +0200 Subject: [PATCH] Update helix-core/Cargo.toml Co-authored-by: Michael Davis --- helix-core/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 98f7022d8..6608b69c8 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -26,7 +26,8 @@ unicode-segmentation = "1.11" # unicode-width is changing width definitions # that both break our logic and disagree with common # width definitions in terminals, we need to replace it. -# For now lets lock the version to avoid +# For now lets lock the version to avoid rendering glitches +# when installing without `--locked` unicode-width = "=0.1.12" unicode-general-category = "0.6" slotmap.workspace = true