* 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.
4 lines
109 B
Text
4 lines
109 B
Text
[toolchain]
|
|
channel = "1.55.0"
|
|
components = ["rustfmt", "clippy", "rust-analysis"]
|
|
targets = ["wasm32-wasi"]
|