diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e09842ab..6c4bf3d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Clean run: cargo clean - tests_min_cmopat: + tests_min_compat: name: Run min rust version tests - Rust (${{ matrix.rust }}) on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 889879f1..006c87d9 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -13,7 +13,7 @@ jobs: - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.1 + toolchain: 1.59.0 override: true - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1