From f996e2565797b413870d75fa764ebd207bb264c4 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Fri, 16 Dec 2022 11:05:56 +0100 Subject: [PATCH] ci: pin clippy to 1.65.0 for the GUI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c50813cf..612fbc14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,8 +52,8 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: - toolchain: stable - components: rustfmt + toolchain: 1.65.0 + components: rustfmt, clippy override: true - name: rustfmt run: cd gui && cargo fmt -- --check