From 3e2118132db07811ab961cdf9ebb4c61ac2a0580 Mon Sep 17 00:00:00 2001 From: Kenneth Sinder Date: Tue, 14 Jul 2026 00:45:50 -0700 Subject: [PATCH] Allow unicode-width 0.2.0 consumers --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db35e20..b759c46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,8 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] itoa = "1.0.15" -unicode-width = "0.2.1" +# Keep 0.2.0 compatible for consumers pinned by ratatui 0.29. +unicode-width = "0.2" vte = "0.15.0" [dev-dependencies]