Specify toolchain on GitHub Actions

This commit is contained in:
Victor Mignot 2022-09-22 00:09:16 -04:00
parent 2dfaa8d428
commit 3d29163f39
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -15,6 +15,8 @@ jobs:
- name: Installing Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Format