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
13c4d29d40
xmr-btc-swap
/
rust-toolchain
4 lines
78 B
Plaintext
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]
channel = "nightly-2021-01-31"
components = ["rustfmt", "clippy"]
Reference in New Issue
Copy Permalink