ci: update cargo-llvm-cov to 0.5.37 (#1331)

This commit is contained in:
Clement Tsang 2023-11-24 04:29:42 +00:00 committed by GitHub
parent 9d0bfbbf93
commit bbeb43ef77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ jobs:
- name: Install cargo-llvm-cov
run: |
rustup component add llvm-tools-preview
cargo install cargo-llvm-cov --version 0.5.9 --locked
cargo install cargo-llvm-cov --version 0.5.37 --locked
- name: Generate code coverage
run: |