xmr-btc-swap/rust-toolchain.toml
Thomas Eizinger 8f9d612af2
Change to stable Rust 1.52
Fix clippy warnings that are new in this version.
2021-05-25 16:11:49 +10:00

5 lines
97 B
TOML

[toolchain]
channel = "1.52"
components = ["clippy"]
targets = ["armv7-unknown-linux-gnueabihf"]