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