-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Repo move to MSRV 1.85 breaks rust-gpu
#7409
Comments
Note that if |
@cwfitzgerald: I don't think we have anything that's reliant on Rust 1.85 specifically? In which case, downgrading doesn't sound too bad. |
Yeah I don't think there's anything, we haven't turned on the 2024 edition, I don't think. Let's do it. |
Could you also include a link to where we can see rust-gpu's current toolchain version, so we don't have this issue again. |
Awesome! Here is the toolchain file with the version: https://github.com/Rust-GPU/rust-gpu/blob/main/rust-toolchain.toml |
(we're hoping to track nightly, and we were there during 1.84, but then got hit with some major |
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 onnightly-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 nextwgpu
release. This means people usingrust-gpu
will not be able to usewgpu
/ 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.
The text was updated successfully, but these errors were encountered: