xmr-btc-swap/rust-toolchain
Thomas Eizinger 694ade11d1
Replace cargo-fmt with dprint
If we want to use stable Rust, we can't use cargo-fmt with nightly
features.
2021-05-25 16:11:48 +10:00

5 lines
111 B
Plaintext

[toolchain]
channel = "nightly-2021-01-31"
components = ["clippy"]
targets = ["armv7-unknown-linux-gnueabihf"]