helix/rust-toolchain.toml

4 lines
106 B
TOML
Raw Normal View History

2021-09-06 09:59:29 +08:00
[toolchain]
channel = "stable"
components = ["rustfmt", "rust-src"]
2022-03-27 10:15:24 +08:00
targets = [ "wasm32-unknown-unknown" ]