From: Steve Myers Date: Wed, 20 Dec 2023 17:23:34 +0000 (-0600) Subject: ci: run clippy_check with rust stable X-Git-Tag: v1.0.0-alpha.3~7^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.DecoderReader.html?a=commitdiff_plain;h=e7fbc8bcf36de110e88095dba8be0c62e2c8e0ef;p=bdk ci: run clippy_check with rust stable --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 14310093..6281c465 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