-
Notifications
You must be signed in to change notification settings - Fork 921
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
Reintroduce workspace inheritance #3407
Comments
Mozilla is tracking this in Bugzilla 1804530. |
The version of cargo with the fix will be part of rust 1.68, scheduled for 9th March. We also need to wait for mozilla-central to upgrade. |
Confirmed that Cargo 1.68 does indeed fix this. At the moment, Firefox 115's MSRV is Cargo 1.66, so we still need to wait a little longer. |
@jimblandy could you link again where we can tell ff's msrv? Would like to add it to our own documentation. |
It seems like the MSRV in Firefox is now 1.70, so maybe we can fix this: |
In #3295, we had to remove the use of workspace inheritance from wgpu, because of rust-lang/cargo#11192. It seems like rust-lang/cargo#11414 has fixed the problem, so we should try re-introducing inheritance and see how that goes.
The text was updated successfully, but these errors were encountered: