zellij/rust-toolchain.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
186 B
TOML
Raw Normal View History

# This file is updated by `update-toolchain.sh`
[toolchain]
channel = "1.58.0"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]