feat(ci): update Rust version used for clippy to latest release (1.68.0)

Pull-Request: #3585.
This commit is contained in:
Thomas Eizinger
2023-03-13 07:41:34 +11:00
committed by GitHub
parent 3959b2ccef
commit 8269b52887

View File

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