Update the CI to use Rust Stable

This commit is contained in:
Clément Renault 2022-11-24 16:26:48 +01:00
parent 57c9f03e51
commit 3958db4b17
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: clippy
- name: Cache dependencies
@ -74,7 +74,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: rustfmt
- name: Cache dependencies