This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
xmr-btc-swap
Watch
2
Star
0
Fork
0
You've already forked xmr-btc-swap
mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced
2024-10-31 15:20:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fccff468e0
xmr-btc-swap
/
rust-toolchain.toml
5 lines
97 B
TOML
Raw
Normal View
History
Unescape
Escape
Update rust-toolchain to new toml syntax 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.
2021-02-17 03:55:53 +00:00
[
toolchain
]
Change to stable Rust 1.52 Fix clippy warnings that are new in this version.
2021-05-25 05:31:20 +00:00
channel
=
"1.52"
Replace cargo-fmt with dprint If we want to use stable Rust, we can't use cargo-fmt with nightly features.
2021-05-25 04:40:31 +00:00
components
=
[
"clippy"
]
Add asb to release including ARM build
2021-03-12 00:25:30 +00:00
targets
=
[
"armv7-unknown-linux-gnueabihf"
]
Reference in New Issue
Copy Permalink