helix-mirror/rust-toolchain.toml

4 lines
106 B
TOML
Raw Normal View History

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