From 781691191a49eb989f55b95a4c766365aca101db Mon Sep 17 00:00:00 2001 From: curquiza Date: Thu, 2 Feb 2023 15:22:58 +0100 Subject: [PATCH] Pin Rust version in Clippy job --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cec364eef..1752739bc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -100,7 +100,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.67.0 override: true components: clippy # - name: Cache dependencies