diff --git a/.github/workflows/lints-stable.yml b/.github/workflows/lints-stable.yml index 7666dae1d..b43e0ef0c 100644 --- a/.github/workflows/lints-stable.yml +++ b/.github/workflows/lints-stable.yml @@ -5,7 +5,7 @@ on: pull_request jobs: clippy: - name: Clippy (1.56.1) + name: Clippy timeout-minutes: 30 runs-on: ubuntu-latest @@ -18,6 +18,6 @@ jobs: - name: Run clippy uses: actions-rs/clippy-check@v1 with: - name: Clippy (1.56.1) + name: Clippy token: ${{ secrets.GITHUB_TOKEN }} args: --all-features --all-targets -- -D warnings diff --git a/rust-toolchain b/rust-toolchain index 99e26d383..2ebef584b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1 @@ -[toolchain] -channel = "nightly-2024-07-18" -components = ["rustfmt", "clippy"] \ No newline at end of file +"nightly-2024-07-18"