Update CI

This commit is contained in:
Sunli 2022-06-10 19:03:34 +08:00
parent ebb5b0052c
commit 77760fd793
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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