Skip to content

Commit

Permalink
Revert ".github/workflows/ci.yml: Restrict dtolnay/rust-toolchain act…
Browse files Browse the repository at this point in the history
…ion to Rust 1.60 for Clippy"

This reverts commit 14dfa05.

Signed-off-by: Costin Lupu <[email protected]>
  • Loading branch information
clupuishere committed Jan 8, 2024
1 parent b129e58 commit a391c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.60
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: rustup component add clippy
- run: cargo clippy --all
Expand Down

0 comments on commit a391c4e

Please sign in to comment.