Skip to content

Commit bc17166

Browse files
jschwesylvestre
authored andcommitted
Bump linting in CI to Rust 1.58.1
Bump the lint tests to use the current toolchain. We don't want to use `stable` here, since that could cause CI failures whenever a new rust version with new lints is introduced. Signed-off-by: Jonathan Schwender <[email protected]>
1 parent 7dbea0c commit bc17166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/actions/rust-toolchain
2525
with:
2626
components: ${{ matrix.component }}
27-
toolchain: 1.54.0
27+
toolchain: 1.58.1
2828

2929
- name: clippy version
3030
run: cargo clippy --version

0 commit comments

Comments
 (0)