Skip to content

Commit d994f4b

Browse files
committed
chore: use stable clippy and format
1 parent c5a0a79 commit d994f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions-rs/toolchain@v1
1616
with:
17-
toolchain: nightly
17+
toolchain: stable
1818
components: rustfmt
1919
override: true
2020
- run: cargo fmt -- --check
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions-rs/toolchain@v1
2828
with:
29-
toolchain: nightly
29+
toolchain: stable
3030
components: clippy
3131
override: true
3232
- name: Lint

0 commit comments

Comments
 (0)