zellij/rust-toolchain.toml
a-kenji ea3d73c105
rust-toolchain: Update (#1578)
Co-authored-by: a-kenji <a-kenji@users.noreply.github.com>
2022-07-10 12:54:14 +02:00

6 lines
186 B
TOML

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