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