Fix rendering glitches with unicode-based width estimation
This commit is contained in:
parent
4cf6a15577
commit
30c344031a
3 changed files with 7 additions and 3 deletions
|
|
@ -15,6 +15,10 @@ Procedure when bumping the version number:
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- Rendering glitches with unicode-based width estimation
|
||||
|
||||
## v0.9.0 - 2025-02-23
|
||||
|
||||
### Added
|
||||
|
|
|
|||
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1646,8 +1646,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toss"
|
||||
version = "0.3.2"
|
||||
source = "git+https://github.com/Garmelon/toss.git?tag=v0.3.2#d28ce90ec7590778e6035a7b00b1d85064f03dbf"
|
||||
version = "0.3.3"
|
||||
source = "git+https://github.com/Garmelon/toss.git?tag=v0.3.3#96b2e13c4a4b0174601d90246d92d148c4230eeb"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"crossterm",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ features = ["bot"]
|
|||
|
||||
[workspace.dependencies.toss]
|
||||
git = "https://github.com/Garmelon/toss.git"
|
||||
tag = "v0.3.2"
|
||||
tag = "v0.3.3"
|
||||
|
||||
[workspace.dependencies.vault]
|
||||
git = "https://github.com/Garmelon/vault.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue