aquavm/rust-toolchain.toml
Anatolios Laskaris 590479cc5b
chore: Fix rust toolchain version (#413)
* Set rust toolchain version

* Fix date
2022-12-26 19:01:48 +02:00

7 lines
262 B
TOML

[toolchain]
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
channel = "nightly-2022-12-01"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
profile = "minimal"