enso/rust-toolchain.toml
Michael Mauderer 2c8c9f8860
Bump Rust toolchain to nightly-2022-04-07. (#3406)
Pull Request Description

Bumps the Rust toolchain to `nightly-2022-04-07`.

[ci no changelog needed]
2022-04-20 07:53:50 +00:00

6 lines
126 B
TOML

[toolchain]
channel = "nightly-2022-04-07"
components = ["clippy"]
profile = "default"
targets = [ "wasm32-unknown-unknown" ]