registry/rust-toolchain.toml
Anatolios Laskaris e73a515649
chore: Change registry mount point (#220)
* Change registry mount point

* Trigger e2e

* Add CI env variable to speedup fluence-cli
2023-04-10 15:30:54 +03:00

10 lines
183 B
TOML

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