Files
pezkuwi-runtime-templates/generic-template/rust-toolchain.toml
T
Nikita Khateev 592c3b694d Fix MaxLockers (#248)
* Fix MaxLockers

* fix constants

* fix toolchains

---------

Co-authored-by: Özgün Özerk <ozgunozerk.elo@gmail.com>
2024-07-23 15:24:52 +03:00

5 lines
127 B
TOML

[toolchain]
channel = "nightly-2024-06-12"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy", "rust-src"]