-
Notifications
You must be signed in to change notification settings - Fork 226
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
Upgrading UniFFI to 0.25.2
#5935
Conversation
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, but isn't the new oneshot dep a blocker from getting this into m-c?
Yeah, it probably is going to me. Let me double-check that it still is an issue. If so, I guess we need to fix mozilla/uniffi-rs#1736 and maybe release 0.25.4. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5935 +/- ##
=======================================
Coverage 27.43% 27.43%
=======================================
Files 379 379
Lines 48204 48204
=======================================
Hits 13224 13224
Misses 34980 34980 ☔ View full report in Codecov by Sentry. |
0b170ee
to
e4baa50
Compare
Mostly mechanical, the one extra step was to add the `serde::derive` feature to `remote_settings`. I guess it's not pulling that feature in from `uniffi` anymore. oneshot is a new dependency for UniFFI. It specifies its license in Cargo.toml but doesn't include the file, so I linked to the official Apache 2.0 license text.
Updated this to also include There's a m-c patch that takes this. I'll try to trigger a try run there: https://phabricator.services.mozilla.com/D195155 Should we merge once everything is green there? |
Mostly mechanical, the one extra step was to add the
serde::derive
feature toremote_settings
. I guess it's not pulling that feature in fromuniffi
anymore.I think we should wait to merge until Glean has also upgraded to
0.25.2
.Pull Request checklist
[ci full]
to the PR title.Branch builds: add
[firefox-android: branch-name]
to the PR title.