diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b0d15a6e0..0962e4511 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -56,7 +56,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: stable override: true components: clippy - name: Cache dependencies