enso/rust-toolchain.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
135 B
TOML
Raw Normal View History

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