Skip to content

Commit 92d0972

Browse files
committed
ci: pin cargo-tarpaulin to previous version
Current 0.27.3 version pulls in a dependency (clap_derive) which requires Rust 1.74
1 parent 2d5383e commit 92d0972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ jobs:
211211
with:
212212
crate: cargo-tarpaulin
213213
use-tool-cache: true
214+
version: 0.27.2
214215
- run: cargo tarpaulin --verbose --ignore-tests --all-features --timeout=600 --out xml
215216
- name: Upload to codecov.io
216217
run: |

0 commit comments

Comments
 (0)