zellij/rust-toolchain.toml
a-kenji ac3c09066b
fix: rust-toolchain -> rust-toolchain.toml (#1313)
The new location has been stable for a year, by now peoples toolchains
should have been able to catch up.
2022-04-12 08:15:13 +02:00

6 lines
186 B
TOML

# This file is updated by `update-toolchain.sh`
[toolchain]
channel = "1.58.0"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]