enso/rust-toolchain.toml

6 lines
135 B
TOML
Raw Normal View History

[toolchain]
2022-11-30 05:16:25 +03:00
channel = "nightly-2022-11-22"
components = ["clippy", "rustfmt"]
profile = "default"
2022-05-23 05:16:04 +03:00
targets = ["wasm32-unknown-unknown"]