Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit ee185a3

Browse files
committed
Use fixed rust toolchain version for linting tools
Without a fixed rust toolchain version, new linting rules may be added which break existing workflows.
1 parent 29197b4 commit ee185a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install latest nightly
1111
uses: actions-rs/toolchain@v1
1212
with:
13-
toolchain: stable
13+
toolchain: 1.58.0
1414
override: true
1515
components: rustfmt, clippy
1616

@@ -27,7 +27,7 @@ jobs:
2727
- name: Install latest nightly
2828
uses: actions-rs/toolchain@v1
2929
with:
30-
toolchain: stable
30+
toolchain: 1.58.0
3131
override: true
3232
components: rustfmt, clippy
3333

0 commit comments

Comments
 (0)