aquavm/rust-toolchain.toml
Ivan Boldyrev b684ca0b82
chore: Rust channel update dedicated to panamerican Engineer's Day (#847)
* chore: Rust channel update dedicated to panamerican Engineer's Day

It fixes compilation issues with serde.

* chore(deps): update time to time@0.3.36
2024-07-22 22:16:34 +07:00

7 lines
322 B
TOML

[toolchain]
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
channel = "nightly-2024-07-21"
components = [ "rustfmt", "clippy", "rust-src", "llvm-tools-preview" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi", "wasm32-unknown-unknown" ]
profile = "minimal"