summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
blob: 3b621dce7a3ba6d9b540a01d377935b228a178b6 (plain)
1
2
3
4
5
# 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"]