1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-25 07:17:41 +01:00

Use rust-toolchain in GitHub actions

https://github.com/actions-rs/toolchain#the-toolchain-file
This commit is contained in:
Roman Zeyde 2021-07-22 14:57:07 +03:00
parent 89cad79882
commit 941760bcc9

View file

@ -13,10 +13,8 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.41.1
components: rustfmt
profile: minimal
override: true
- name: Format
uses: actions-rs/cargo@v1