enso/rust-toolchain.toml
Michał Wawrzyniec Urbańczyk 14a01c4635
New IDE build script (#3466)
2022-05-23 04:16:04 +02:00

6 lines
124 B
TOML

[toolchain]
channel = "nightly-2022-04-07"
components = ["clippy"]
profile = "default"
targets = ["wasm32-unknown-unknown"]