xmr-btc-swap/rust-toolchain
Thomas Eizinger fb45ff66eb
Update rust-toolchain to new toml syntax
This allows us to completely skip the "Install Rust" step in CI
because the rust-toolchain file completely describes what we need.
The first invocation of cargo will simply install all the required
components.

Additionally, we make all caches dependant on the version of Rust
that we require.
2021-02-18 13:16:05 +11:00

4 lines
78 B
Plaintext

[toolchain]
channel = "nightly-2021-01-31"
components = ["rustfmt", "clippy"]