aquavm/rust-toolchain.toml

7 lines
274 B
TOML
Raw Normal View History

[toolchain]
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
channel = "nightly-2022-12-01"
2022-12-26 19:28:18 +02:00
components = [ "rustfmt", "clippy", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
profile = "minimal"