We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e026b commit 907166aCopy full SHA for 907166a
.github/workflows/coverage.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
- name: Install stable toolchain
20
# tarpaulin is currently broken for Rust 1.83, see #1657
21
- uses: dtolnay/rust-toolchain@1.82.0
+ uses: dtolnay/rust-toolchain@1.100.0
22
- uses: Swatinem/rust-cache@v2
23
- name: Install tarpaulin
24
uses: taiki-e/install-action@v2
0 commit comments