ci: update code_coverage workflow to use rust stable version

This commit is contained in:
Steve Myers
2023-09-30 17:56:34 -05:00
committed by Daniela Brozzoni
parent edfd4c236d
commit f28e665c7d

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Rust toolchain - name: Install Rust toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: "1.67.0" toolchain: stable
override: true override: true
profile: minimal profile: minimal
components: llvm-tools-preview components: llvm-tools-preview