acheronfail / repgrep

An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line.
Apache License 2.0
267 stars 4 forks source link

chore: move from unmaintained tui -> ratatui #93

Closed a-kenji closed 1 year ago

a-kenji commented 1 year ago

tui-rs is unmaintained. This switches the dependency to a maintained fork called ratatui.

acheronfail commented 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:

a-kenji commented 1 year ago

Thanks for the review!

I switched the branch to next now and updated the typo. I left a comment with a possible erroneous change.

acheronfail commented 1 year ago

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...

acheronfail commented 1 year ago

If you rebase on next that should hopefully fix the CI issues with the pinned rust version now.

acheronfail commented 1 year ago

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.

acheronfail commented 1 year ago

Thanks again for this change :heart: