mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00:00
fb45ff66eb
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.
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
[toolchain]
|
|
channel = "nightly-2021-01-31"
|
|
components = ["rustfmt", "clippy"]
|