mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
It requires updating minor version of curve25519-dalek and ahash crates in the Cargo.lock. If you need to use older version of nightly rustc, use curve25519-dalek-4.1.1 and ahash-07.8/0.8.9. It affects Cargo.lock only.
7 lines
322 B
TOML
7 lines
322 B
TOML
[toolchain]
|
|
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
|
|
channel = "nightly-2024-02-15"
|
|
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"
|