mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 14:23:32 +00:00
9f74b15f0c
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
5 lines
176 B
TOML
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"]
|