1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: use newer revisions of crate unicode-width
v0.1.13 is broken, but v0.1.14 restores old ABI.
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@
sysinfo = { version = "0.30", default-features = false, features = [] }
terminal-colorsaurus = "0.4.1"
unicode-segmentation = "1.10.1"
-unicode-width = "=0.1.12"
+unicode-width = "0.1.14"
xdg = "2.4.1"
[lints.rust]
|