Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make the ratatui's version fixed (#259) #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OmegaTymbJIep
Copy link

Why

Resolves #259.

Can't install/build the latest version of the corset, it seems like the problem is the same as in #214.

The [email protected] uses [email protected] while corset uses [email protected]. The funny thing is the [email protected]'s Cargo.toml (you can line below here):

ratatui = { version = ">=0.23.0, <1", default-features = false, optional = true }

It means that whenever a new version of ratatui is released, the [email protected] dependency asks for a higher version. It's been released a new version and now they aren't compatible

What

Bumping the version of tui-textarea to v0.6.1 (the latest) it seems like plenty of bugs have been fixed since. That will cause the bumping of ratatui to v0.28.1 and crossterm to v0.28.1, but it breaks nothing - it's completely backward compatible.

Note: it will resolve this problem finally, as in the latest version of tui-textarea the version of ratatui is fixed to v0.28.0.

The `[email protected]` uses not fixed `ratatui` version, which
prompts for updates whenever a new version is released. So, it's
better to uses the version `0.6.1` of the tui-textarea where the
ratatui version is fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐹 tui-textarea, ratatui dependency problem
1 participant