Skip to content

Commit

Permalink
feat(ci): pin Rust version for clippy job (#3445)
Browse files Browse the repository at this point in the history
Always referencing the latest version of Rust for clippy creates problems during backporting as already fixed problems in master come up again during a backport.
  • Loading branch information
thomaseizinger authored Feb 11, 2023
1 parent 43b6e2f commit 9247cfa
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 @@ -172,7 +172,7 @@ jobs:
fail-fast: false
matrix:
rust-version: [
stable,
1.67.1, # current stable
beta
]
steps:
Expand Down

0 comments on commit 9247cfa

Please sign in to comment.