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

Fixes for ratatui dependency issue #216

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

DavePearce
Copy link
Collaborator

It seems that, for reasons unknown, two distinct versions of ratatui were being compiled against. This was causing a clash, leading to compilation failure. This fix moves corset to fix on ratatui v0.27 which appears to resolve the issue.

It seems that, for reasons unknown, two distinct versions of ratatui
were being compiled against.  This was causing a clash, leading to
compilation failure.  This fix moves `corset` to fix on ratatui `v0.27`
which appears to resolve the issue.
@DavePearce DavePearce linked an issue Jun 25, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 3082595 into master Jun 25, 2024
1 check passed
@DavePearce DavePearce deleted the 214-cant-install-latest-corset branch June 25, 2024 22:32
@delehef
Copy link
Contributor

delehef commented Jun 25, 2024

for reasons unknown

Unless --locked is specified, cargo install will fetch the most recent compatible version of each dependency according to semver versioning.

Ratatui does not respect semver though and will break API between minor versions, leading to this unpleasant behavior.

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.

can't install latest corset
2 participants