marine-rs-sdk-test/rust-toolchain.toml
Valery Antopol 68e86c7bdb
feat(runtime)!: update marine (#64)
* update marine

* make clippy happy
2023-03-16 21:17:30 +03:00

5 lines
157 B
TOML

[toolchain]
channel = "nightly-2022-12-01"
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
components = ["clippy", "rustfmt"]