Skip to content

Conversation

@FabianLars
Copy link
Contributor

Hello :) Your crate was the last one in our chain that was still pulling in older objc2 (and even older icrate deps) versions so i thought i'd open a small PR to fix that.

This PR updates the objc2 framework crates from 0.2 to 0.3 and replaces icrate with objc2 since the only use for icrate here was its objc2 re-export.

There were no logic changes (my objc knowledge isn't that deep). Most notably, cast() was replaced with its (still panicking) equivalent cast_unchecked() instead of the non-panicking downcast() method.

@mdevils
Copy link
Owner

mdevils commented Mar 1, 2025

Hello @FabianLars !

Thank you for your contribution!

@mdevils mdevils merged commit 9f1dcf7 into mdevils:main Mar 1, 2025
1 check passed
@mdevils
Copy link
Owner

mdevils commented Mar 1, 2025

Version 0.3.1 is published.

@FabianLars
Copy link
Contributor Author

Thanks for the quick reaction!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants