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