zellij/rust-toolchain.toml
a-kenji 788bcd6151
rust-toolchain: Update (#1834)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-22 12:12:42 +02:00

6 lines
186 B
TOML

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