aquavm/rust-toolchain.toml
Anatolios Laskaris 6db35dbd93
chore: Update codecov (#531)
* Update codecov

* Use  instrument-coverage

* Enable profiler

* Fix
2023-03-17 15:11:46 +02:00

7 lines
322 B
TOML

[toolchain]
# AquaVM can be built with "stable", "nightly" required only to build Marine tests
channel = "nightly-2022-11-01"
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"