1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: use newer releases of crate unicode-width
Author: Jonas Smedegaard <dr@jones.dk>
Bug: https://github.com/helix-editor/helix/issues/10950
Last-Update: 2024-10-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -29,7 +29,7 @@
# 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.1.12"
+unicode-width = "0.1.14"
unicode-general-category = "1.0"
slotmap.workspace = true
tree-sitter.workspace = true
|