Skip to content

Commit 376c6c0

Browse files
ci: pin cargo-tarpaulin version (#652)
Also, current 0.27.3 version pulls dependencies that require Rust 1.74.
1 parent 2d5383e commit 376c6c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,14 @@ jobs:
204204
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
205205
with:
206206
profile: minimal
207-
toolchain: 1.70.0
207+
toolchain: 1.74.0
208208
override: true
209209
components: rustfmt
210210
- uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
211211
with:
212212
crate: cargo-tarpaulin
213213
use-tool-cache: true
214+
version: 0.27.3
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)