Closed a-kenji closed 1 year ago
Thanks for this @a-kenji !
Can you point this branch at next
? That's where all development happens before a release. :slightly_smiling_face:
Thanks for the review!
I switched the branch to next now and updated the typo. I left a comment with a possible erroneous change.
Ah, looks like our minimum rust needs to be updated:
package `ratatui v0.22.0` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.64.0
One minute, I'll push a commit to next
...
If you rebase on next
that should hopefully fix the CI issues with the pinned rust version now.
Sorry, I think the newer nightly compiler has some issues with one of the macros I created for a unit test, I've pushed a commit to fix that.
Thanks again for this change :heart:
tui-rs is unmaintained. This switches the dependency to a maintained fork called
ratatui
.