registry/rust-toolchain.toml
shamsartem 9b5cfbd987
fix: run all tests with different secret keys [fixes DXJ-242] (#187)
* fix: run all tests with different secret keys [fixes DXJ-242]

* set recommended rust toolchain

* set different test_name

* update fluence cli version

* Update aqua-tests/README.md

* handle empty out

Co-authored-by: Aleksey Proshutisnkiy <justprosh@users.noreply.github.com>
2023-01-27 12:23:16 +03:00

6 lines
175 B
TOML

[toolchain]
channel = "nightly-2022-09-15"
components = ["rustfmt", "clippy"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi"]
profile = "minimal"