-
Notifications
You must be signed in to change notification settings - Fork 27
Update ctru-rs to the 2024 edition. #214
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
Conversation
Meziu
left a comment
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.
Nice, lgtm 👍
adryzz
left a comment
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.
so much better without those macros, well done
ian-h-chamberlain
left a comment
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.
LGTM, this might also be a good opportunity to clean up clippy warnings in other files since this upgrade likely introduces some new ones.
At one point long ago I was considering adding -D warnings to ci.yml (for the pinned toolchain job) but guess I never got around to it
We might actually want a more recent toolchain to support rust3ds/ctru-rs#214 but I'm just testing things for now
We might actually want a more recent toolchain to support rust3ds/ctru-rs#214 but I'm just testing things for now
We might actually want a more recent toolchain to support rust3ds/ctru-rs#214 but I'm just testing things for now
597bce9 to
fe023e2
Compare
Also bump CI to a more recent nightly and make use of
&raw const/mutinstead of theaddr_ofmacros.I don't remember if edition updates also mean we should update the crate version number. I could do that too if so.