-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Backport changes to 0.18 #1183
Backport changes to 0.18 #1183
Conversation
…urn non `IOError` errors
Some notes: * names were made "rustier", e.g.:` g_unichar_istitle` became `is_titlecase` * I did not include APIs that were already availabe through Rust's char
The blogpost[1] mentions that these are re-exported, so to avoid causing confusion, make it so these appear in documentation. [1]: https://gtk-rs.org/blog/2023/08/28/new-release.html#switch-to-bitflags-20
Cairo/sys also needs a release btw |
57989b5
to
b15eef6
Compare
Good catch! Updated it as well. |
b15eef6
to
3e31863
Compare
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] | |||
keywords = ["glib", "gio", "gtk-rs", "gnome"] | |||
readme = "README.md" | |||
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gio/" | |||
version = "0.18.1" | |||
version = "0.18.2" |
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.
Please change version in all Cargo.toml, but only upload/publish the ones that have functional changes
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.
Looks good to me otherwise. Change that one thing and go :) Thanks!
3e31863
to
85857f4
Compare
Done. So just need to publish (listing for myself):
|
List of backported PRs:
PollableInputStream
/PollableOutputStream
ret… #1159g_unichar
APIs #1146#[doc(hidden)]
fromonce_cell
andbitflags
re-export #1177