chore(ci): Use latest for coverage

This commit is contained in:
Ed Page 2024-02-08 09:07:52 -06:00
parent da56001fd6
commit 1313256db3

View file

@ -153,7 +153,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.75" # STABLE
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: Install cargo-tarpaulin
run: cargo install cargo-tarpaulin