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:
|
||||
- stable
|
||||
- beta
|
||||
- 1.65.0 # MSRV from Cargo.toml
|
||||
- 1.66.0 # MSRV from Cargo.toml
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
toolchain: ${{ matrix.rust }}
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- 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
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue