Skip to content

Commit 682164a

Browse files
committed
Run the linting on stable rust
Newer versions may have additional lints which would be missed by running MSRV Clippy.
1 parent ba07951 commit 682164a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Install rust
54-
uses: dtolnay/rust-toolchain@master
54+
uses: dtolnay/rust-toolchain@stable
5555
with:
56-
toolchain: 1.59.0
5756
components: rustfmt, clippy
5857
- name: Checkout
5958
uses: actions/checkout@v3

0 commit comments

Comments
 (0)