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

Incompatibility with ratatui v0.26.0 #35

Closed julianbuettner closed 8 months ago

julianbuettner commented 9 months ago

I want to update to ratatui to v0.26.0, but it includes at least one breaking change, which makes the structs emitted by ansi-to-tui incompatible with the new version of ratatui. Maybe the new style field in Line? breaking changes

Please consider updating the ratatui dependency.

TheRealLorenz commented 9 months ago

After testing this crate against 0.26.0, I haven't found any problem with the current implementation. There's just one test which is broken but I don't think it's related in any way.

uttarayan21 commented 8 months ago

Can you try doing a cargo tree -i ratatui and paste the output here ? Might have something to do with #32

julianbuettner commented 8 months ago

Hi, I worked with two crates and mixed something up of where which ratatui version was used. I am sorry. Everything works fine. Thank you for your readiness and wilingness to help.

uttarayan21 commented 8 months ago

Yeah it's a semver hazard like mentioned in the issue #32 From the next release onward I'll make a new release for every ratatui update.