Skip to content

Commit

Permalink
fix: toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Sep 2, 2024
1 parent 50534f9 commit a5cbeab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lints-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request

jobs:
clippy:
name: Clippy (1.56.1)
name: Clippy
timeout-minutes: 30
runs-on: ubuntu-latest

Expand All @@ -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
4 changes: 1 addition & 3 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
[toolchain]
channel = "nightly-2024-07-18"
components = ["rustfmt", "clippy"]
"nightly-2024-07-18"

0 comments on commit a5cbeab

Please sign in to comment.