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
No known key found for this signature in database
GPG Key ID: 7DE4F1FDCED0AB87

View 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