-
-
Notifications
You must be signed in to change notification settings - Fork 613
Update to Ratatui 0.26 #1959
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
Update to Ratatui 0.26 #1959
Conversation
fa4f83a
to
1bd13cf
Compare
Cargo deny output:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some quick review notes
Cargo.lock
Outdated
[[package]] | ||
name = "bitflags" | ||
version = "2.4.1" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" | ||
dependencies = [ | ||
"serde", | ||
] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect this could be a problem as the serialization format changed in v2. We updated Ratatui to bitflags v2 a while back, so it might depend on what exactly you're serializing and which version of bitflags that gets used. I attempted to update Crossterm to v0.27.0 as well and ran into errors that were somewhat related to bitflags problems (I think).
now that #1781 is closed please update and lets get this merged. bringing it up to date with master should also make the CI green |
9997653
to
1860aa7
Compare
Rebased.
Would you mind renaming |
superceded by #2076 |
@joshka updating to anything |
This Pull Request fixes/closes #{issue_num}.
It changes the following:
I followed the checklist:
make check
without errors