summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
blob: 9684a220e38c676c5d617f97a81c7ddfbff408e3 (plain)
1
2
3
4
5
# This file is updated by `update-toolchain.sh`
[toolchain]
channel = "1.63.0"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]