fix: invalid rust toolchain on ci

Signed-off-by: azjezz <azjezz@protonmail.com>
This commit is contained in:
azjezz 2022-12-08 18:00:43 +01:00
parent 4854c36d25
commit 8af0c1e3a1
No known key found for this signature in database
GPG Key ID: B00E0A46B3F1C157

View File

@ -28,7 +28,7 @@ jobs:
- name: install rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
toolchain: stable
override: true
components: rustfmt, clippy