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