wgpu/rust-toolchain.toml
Daniel McNab 9f74b15f0c Remove historical comment in rust-toolchain.toml
A version of rustup which doesn't understand toml-formatted `rust-toolchain` files won't be looking in `rust-toolchain.toml`

The file was renamed to `rust-toolchain.toml` in #4204

rust-toolchain.toml support was added in rustup 1.23, which was released
on 2020-11-27 [1], 3 and a half years ago.

[1]: https://blog.rust-lang.org/2020/11/27/Rustup-1.23.0.html
2024-05-22 09:49:35 -04:00

5 lines
176 B
TOML

[toolchain]
channel = "1.76" # Needed for deno & cts_runner. Firefox's MSRV is 1.74
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]