File: 1002_unicode-width.patch

package info (click to toggle)
hx 25.01.1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,268 kB
  • sloc: lisp: 24,079; xml: 109; cpp: 45; sh: 40; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 618 bytes parent folder | download
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