]> Untitled Git - bdk/commitdiff
ci: update code_coverage workflow to use rust stable version
authorSteve Myers <steve@notmandatory.org>
Sat, 30 Sep 2023 22:56:34 +0000 (17:56 -0500)
committerDaniela Brozzoni <danielabrozzoni@protonmail.com>
Mon, 2 Oct 2023 11:30:41 +0000 (13:30 +0200)
.github/workflows/code_coverage.yml

index 051db5fcf6a7b9f8e4cedf12307c8967b3fde00f..c9fab32d4a086225ac9b2220c8b8eac196d86d22 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       - name: Install Rust toolchain
         uses: actions-rs/toolchain@v1
         with:
-            toolchain: "1.67.0"
+            toolchain: stable
             override: true
             profile: minimal
             components: llvm-tools-preview