Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Update the CI to use Rust Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Nov 24, 2022
1 parent 57c9f03 commit 3958db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: clippy
- name: Cache dependencies
Expand All @@ -74,7 +74,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: rustfmt
- name: Cache dependencies
Expand Down

0 comments on commit 3958db4

Please sign in to comment.