ratatui / ansi-to-tui

Convert ansi colored text to tui::text::Text
https://crates.io/crates/ansi-to-tui
MIT License
57 stars 21 forks source link

Breaking changes in ratatui 0.27.0 + ansi-to-tui open to 0.27.0 in version constraints causing issues where cargo.lock ignored #47

Closed robertpsoane closed 4 months ago

robertpsoane commented 4 months ago

I am getting an issue wherein with the new version of ratatui (unable to upgrade today due to other dependencies) when I cargo install and the cargo.lock is ignored, ansi-to-tui is pulling in 0.27.0, as well as the 0.26.3 I'm already using.

To abet this I propose #46 for the next patch, then following up with the bump to 0.27.0

This will allow lagging projects to pin to a version of ansi-to-tui (potentially only in the short term) and avoid sudden breakage

uttarayan21 commented 4 months ago

Yeah this is the same issue as the pinned issue. For this I'll merge your pr and release a minor version of the 4.1. And from 0.27 onwards I'll make a major release of this crate corresponding to minor versions of ratatui.

uttarayan21 commented 4 months ago

Merged