Skip to content

Commit 2dd728d

Browse files
committed
Pin to an old compiler for linting on CI
1.53.0 is to be released tomorrow, and currently has a clippy regression that causes an ICE. https://internals.rust-lang.org/t/1-53-0-prerelease-testing/14884/2?u=jtgeibel
1 parent bcab5c2 commit 2dd728d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
backend-lint:
6868
name: Backend (linting)
6969
runs-on: ubuntu-20.04
70+
rust: 1.52.1 # Pin to older version until a clippy regression is fixed
7071

7172
env:
7273
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)