-
-
Notifications
You must be signed in to change notification settings - Fork 813
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
chore: Use PanicHookInfo instead of PanicInfo #17766
Conversation
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.
Good to merge as soon as Rust 1.81 is out and CI passes. Would be nice to notify folks on Discord to rustup update
after. Thanks!
I'd wait a few days for other distributions to catch up too, otherwise we'd lock up compilation of Ruffle for folks who do not use rustup. And it's not a critical PR, so IMO we can wait a bit |
66d1186
to
658867a
Compare
Did you have any specific in mind, or just in general? |
Just in general, for instance Fedora takes a few days to deploy. You can see the current state of deployment here: https://repology.org/project/rust/versions |
Just noting that we may consider rolling back to 1.80.1 due to #17785. In that case this PR cannot be merged yet. |
Renamed in Rust 1.81.0, see https://releases.rs/docs/1.81.0/#compatibility-notes
658867a
to
537b0f8
Compare
Between all the other issues, distros have had plenty of time to catch up. Marked as ready for review. |
Renamed in Rust 1.81.0, see https://releases.rs/docs/1.81.0/#compatibility-notes
CC @torokati44