zellij/rust-toolchain.toml
a-kenji 10724ac958
rust-toolchain: Update (#1659)
Co-authored-by: a-kenji <a-kenji@users.noreply.github.com>
2022-08-14 09:09:57 +02:00

6 lines
186 B
TOML

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