mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-21 12:38:17 -04:00
Replace cargo-fmt with dprint
If we want to use stable Rust, we can't use cargo-fmt with nightly features.
This commit is contained in:
parent
b8cb9e1b8b
commit
694ade11d1
4 changed files with 16 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2021-01-31"
|
||||
components = ["rustfmt", "clippy"]
|
||||
components = ["clippy"]
|
||||
targets = ["armv7-unknown-linux-gnueabihf"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue