You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2557 updated wgpu-hal to Ash 0.37, which requires Rust 1.59. Unfortunately, Firefox is still using Rust 1.57 for builds.
I'll investigate when Mozilla plans to bring Firefox forward to 1.59. But we urgently need the fixes in #2567 and #2565, so it would be very helpful if we could back out #2557 for the time being.
The text was updated successfully, but these errors were encountered:
Change `StatementContext` and `RuntimeExpressionContext` in
`front::wgsl::lower` to hold a `&mut crate::Function` reference,
rather than separate pointers to individual fields of the `Function`.
This replaces three fields with one, and clarifies their
relationships.
#2557 updated wgpu-hal to Ash 0.37, which requires Rust 1.59. Unfortunately, Firefox is still using Rust 1.57 for builds.
I'll investigate when Mozilla plans to bring Firefox forward to 1.59. But we urgently need the fixes in #2567 and #2565, so it would be very helpful if we could back out #2557 for the time being.
The text was updated successfully, but these errors were encountered: