enso/rust-toolchain.toml

6 lines
126 B
TOML
Raw Normal View History

[toolchain]
channel = "nightly-2021-11-29"
components = ["clippy"]
profile = "default"
targets = [ "wasm32-unknown-unknown" ]