-
Notifications
You must be signed in to change notification settings - Fork 230
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
Bump Rust to 1.84.0 to match mozilla-central #6572
Conversation
@@ -24,3 +24,6 @@ uniffi = { version = "0.28.2", features=["build"]} | |||
# Temp hack for uniffi 0.28 generated code, will not be necessary after next uniffi update. | |||
[lints.clippy] | |||
empty-line-after-doc-comments = "allow" | |||
|
|||
[features] |
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.
this one surprised me - the error crate had a cfg gate for a non-defined feature. Due to the use of macros, this feature also bleeds into rc_crypto. I think we can probably kill this feature as it's (obviously) unused, but I didn't want to do that here at this time (although open to suggestions I should)
@@ -2,6 +2,8 @@ | |||
* License, v. 2.0. If a copy of the MPL was not distributed with this | |||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */ | |||
|
|||
#![allow(unexpected_cfgs)] |
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.
This one is because clippy is complaining about some feature when using [ctor::ctor]
. I'm not sure how that feature relates, but this is test code so I took the path of least resistance.
d4bcb6c
to
67269e2
Compare
67269e2
to
c7d4d76
Compare
Now with bonus openssl version bump! |
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.
Changes look good, thanks for doing this.
Pull Request checklist
[ci full]
to the PR title.Branch builds: add
[firefox-android: branch-name]
to the PR title.