This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
xmr-btc-swap
Watch
1
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-01 01:45:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c093ae315d
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-16 22:55:53 -05:00
[
toolchain
]
Update dependencies and rust-toolchain to 1.59 This commit updates the rust-toolchain to the current stable version 1.59, and fixes a number of new clippy warnings from that change. Other changes: - updates backoff to 0.4 - updates swap to 2021 edition - updates comfy-table to 5.0 - updates monero-wallet to 2021 edition - updates moneor-harness to 2021 edition - updates bdk and rust_decimal - updates tokio-util to 0.7 - updates workflow to use actions/setup-python@3 - updates pem and serde_with - adds stable rust toolchain notice to readme
2022-03-12 06:05:36 -05:00
channel
=
"1.59"
Replace cargo-fmt with dprint If we want to use stable Rust, we can't use cargo-fmt with nightly features.
2021-05-25 00:40:31 -04:00
components
=
[
"clippy"
]
Add asb to release including ARM build
2021-03-11 19:25:30 -05:00
targets
=
[
"armv7-unknown-linux-gnueabihf"
]
Reference in New Issue
Copy Permalink