-
Notifications
You must be signed in to change notification settings - Fork 155
Bug 2010019 - Update to UniFFI 0.31 #3366
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
base: main
Are you sure you want to change the base?
Conversation
|
/run-ios |
| - msrv_image: &msrv-image | ||
| cimg/rust:1.87 | ||
| - msrv: &msrv | ||
| "1.87" | ||
| # Used when running against latest stable Rust | ||
| - rust_image: &rust-image | ||
| cimg/rust:1.92 |
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.
We had too many places where this is specified. It's easier to just use anchors and reuse them.
travis79
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.
Does this deserve a changelog entry. Normally I wouldn't ask for a dependency update but uniffi and Rust updates might be noteworthy? At the very least it could help in trying to remember when we updated something or let someone outside of our team with that.
Just a weak-opinion, no need to block on this
guess it should! |
Currently running againstmain, but will be updated to use the release.Fixes #3365