enso/rust-toolchain.toml
Michał Wawrzyniec Urbańczyk ad69eeb4ad
Build script merge (#3743)
Merged the build script into main repository. Some related cleanups.
2022-10-10 23:38:48 +02:00

6 lines
135 B
TOML

[toolchain]
channel = "nightly-2022-09-20"
components = ["clippy", "rustfmt"]
profile = "default"
targets = ["wasm32-unknown-unknown"]