fix versioning
This commit is contained in:
parent
3c26bd1f61
commit
bd0a533d3f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- 1.65.0 # MSRV from Cargo.toml
|
- 1.66.0 # MSRV from Cargo.toml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Use MSRV lockfile for minimum version testing
|
- name: Use MSRV lockfile for minimum version testing
|
||||||
if: matrix.rust == '1.65.0'
|
if: matrix.rust == '1.66.0'
|
||||||
run: cp Cargo.lock.msrv Cargo.lock
|
run: cp Cargo.lock.msrv Cargo.lock
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue