]> Untitled Git - bdk/commitdiff
ci: run clippy_check with rust stable
authorSteve Myers <steve@notmandatory.org>
Wed, 20 Dec 2023 17:23:34 +0000 (11:23 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 20 Dec 2023 17:23:34 +0000 (11:23 -0600)
.github/workflows/cont_integration.yml

index 14310093a5dad95fee79cb79e89d2fa4ea3800aa..6281c465ca7df6003c63efd800490cea29813224 100644 (file)
@@ -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