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
fdb31d1e81
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
]
build(deps): upgrade bdk, ecdsa_fun, sigma_fun, sha2, bitcoin-harness, serde - bdk to 0.22.0 #1126 - ecdsa_fun to 7c3d592 #1127 - sigma_fun to 7c3d592 #1128 - sha2 to 0.10.2 #948 - serde to 1.0.144 #1115 - bitcoin-harness to bff9a64 Revert "ci: specify previous dprint version until fixed" This reverts commit 11eb1737ce557d46aaf50b086afffd25b04c7910.
2022-08-27 10:26:55 +00:00
channel
=
"1.60"
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