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
6c38d66864
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-17 03:55:53 +00:00
[toolchain]
channel = "nightly-2021-01-31"
components = ["rustfmt", "clippy"]
Reference in New Issue
Copy Permalink