From: Steve Myers Date: Sat, 30 Sep 2023 22:56:34 +0000 (-0500) Subject: ci: update code_coverage workflow to use rust stable version X-Git-Tag: v1.0.0-alpha.2~8^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=f28e665c7dd1d929f0b4f80a79caecafaf4b385e;p=bdk ci: update code_coverage workflow to use rust stable version --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 051db5fc..c9fab32d 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -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