enso/rust-toolchain.toml
Michael Mauderer 349cc210e0
Bump rustc to nightly-2023-01-12 (#4053)
Bump rustc nightly-2022-08-30 and fix new errors and lints.
https://www.pivotaltracker.com/story/show/184229094
2023-02-02 23:05:25 +00:00

6 lines
135 B
TOML

[toolchain]
channel = "nightly-2023-01-12"
components = ["clippy", "rustfmt"]
profile = "default"
targets = ["wasm32-unknown-unknown"]