Fix rendering glitches with unicode-based width estimation

This commit is contained in:
Joscha 2025-02-28 14:32:30 +01:00
parent 4cf6a15577
commit 30c344031a
3 changed files with 7 additions and 3 deletions

View file

@ -15,6 +15,10 @@ Procedure when bumping the version number:
## Unreleased ## Unreleased
### Fixed
- Rendering glitches with unicode-based width estimation
## v0.9.0 - 2025-02-23 ## v0.9.0 - 2025-02-23
### Added ### Added

4
Cargo.lock generated
View file

@ -1646,8 +1646,8 @@ dependencies = [
[[package]] [[package]]
name = "toss" name = "toss"
version = "0.3.2" version = "0.3.3"
source = "git+https://github.com/Garmelon/toss.git?tag=v0.3.2#d28ce90ec7590778e6035a7b00b1d85064f03dbf" source = "git+https://github.com/Garmelon/toss.git?tag=v0.3.3#96b2e13c4a4b0174601d90246d92d148c4230eeb"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"crossterm", "crossterm",

View file

@ -39,7 +39,7 @@ features = ["bot"]
[workspace.dependencies.toss] [workspace.dependencies.toss]
git = "https://github.com/Garmelon/toss.git" git = "https://github.com/Garmelon/toss.git"
tag = "v0.3.2" tag = "v0.3.3"
[workspace.dependencies.vault] [workspace.dependencies.vault]
git = "https://github.com/Garmelon/vault.git" git = "https://github.com/Garmelon/vault.git"