-
Notifications
You must be signed in to change notification settings - Fork 339
rust-bindings: regenerate for gtk-rs 0.15 #2743
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
|
That seems easier than I'd expected! Did you hit anything surprising or problematic? |
Notable things I spotted while assembling this PR:
|
dfb1e68 to
dbb6daf
Compare
|
Ok, this one should be ready to merge. |
|
One thing to keep in mind - cap-std is heading to 1.0 hopefully soon: bytecodealliance/cap-std#272 And that will require another round of semver bumps for us, but it will thankfully be the last from that side. |
|
Ah yes, that one comes with a fairly large MSRV jump though. |
|
SGTM |
This updates our Rust bindings to version 0.15 of the gtk-rs stack, see https://gtk-rs.org/blog/2022/01/16/new-release.html.
Notably, we now require a Rust toolchain >= 1.56 and GLib/GObject/GIO >= 2.48.
Closes: #2647