From e7fbc8bcf36de110e88095dba8be0c62e2c8e0ef Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 20 Dec 2023 11:23:34 -0600 Subject: [PATCH] ci: run clippy_check with rust stable --- .github/workflows/cont_integration.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 14310093a..6281c465c 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -118,9 +118,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: - # we pin clippy instead of using "stable" so that our CI doesn't break - # at each new cargo release - toolchain: "1.67.0" + toolchain: "stable" components: clippy override: true - name: Rust Cache