Closed julianbuettner closed 8 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.
Can you try doing a cargo tree -i ratatui
and paste the output here ?
Might have something to do with #32
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.
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.
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 inLine
? breaking changesPlease consider updating the ratatui dependency.