feat(ci): pin Rust version for clippy job (#3445)

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.
This commit is contained in:
Thomas Eizinger 2023-02-11 19:04:25 +13:00 committed by GitHub
parent 43b6e2f8e5
commit 9247cfa878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ jobs:
fail-fast: false
matrix:
rust-version: [
stable,
1.67.1, # current stable
beta
]
steps: