zellij/rust-toolchain
a-kenji effccbfaa3
Feat/add rust toolchain (#1235)
* feature: update rust-toolchain

* add(ci): action that updates `rust-toolchain`

We purposefully keep our version a little behind the newest releases,
to give people the time to update. Now this is unambigious and we can
use all the features our current toolchain allows.
2022-03-17 16:46:01 +01:00

4 lines
109 B
Text

[toolchain]
channel = "1.55.0"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi"]