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
Description
A recent changed bumped MSRV to 1.85 (#7218), even though >1.83 was all that was required (according to that PR).
Going to 1.85 breaks rust-gpu as we are on nightly-2024-11-22 (~1.84). We have a ton of compiler work to port forward on our end (Rust-GPU/rust-gpu#182), so it won't happen before the next wgpu release. This means people using rust-gpu will not be able to use wgpu / will have to pin to an old version.
We'd love it if you could stay with 1.84 until you absolutely need 1.85.