unpin nightly Rust in coverage.yaml

This commit is contained in:
Conrado Gouvea 2023-01-09 16:40:35 -03:00
parent 991cf42a01
commit 9cbb1c54b7
1 changed files with 1 additions and 4 deletions

View File

@ -23,10 +23,7 @@ jobs:
- uses: actions-rs/toolchain@v1.0.7
with:
# Pinned to workaround issue making cargo-llvm-cov fail, see
# https://github.com/taiki-e/cargo-llvm-cov/issues/128
# TODO: restore to just `nightly` after it's fixed
toolchain: nightly-2022-01-14
toolchain: nightly
override: true
profile: minimal
components: llvm-tools-preview