wgpu/rust-toolchain.toml
Christian Legnitto 1ef9940114
Reduce repo MSRV from 1.85 to 1.84 (#7425)
* Reduce repo MSRV from 1.85 to 1.84

Fixes https://github.com/gfx-rs/wgpu/issues/7409

* Replace usage of task::Waker::noop()

* Gate waker code to `noop` feature

* Remove unused copied waker function

* Remove doctest from copied code
2025-03-27 14:25:19 -04:00

5 lines
101 B
TOML

[toolchain]
channel = "1.84"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]