xmr-btc-swap/rust-toolchain.toml
Thomas Eizinger ac0b0150e6
Upgrade to Rust 1.53
Also fix all clippy lints that came up.
2021-06-21 11:56:04 +10:00

5 lines
97 B
TOML

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