Skip to content

Commit

Permalink
Merge pull request #495 from mehcode/chore/0.13.x-min-versions
Browse files Browse the repository at this point in the history
[release-0.13.x] chore(Cargo.toml): Better document direct deps
  • Loading branch information
matthiasbeyer committed Nov 9, 2023
2 parents 2ded348 + bedfb5d commit 08197e4
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 283 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- 1.59.0
- 1.56.1
- stable
- beta
- nightly
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
rust:
- 1.59.0
- 1.56.1
- stable
- beta
- nightly
Expand All @@ -67,14 +67,14 @@ jobs:
run: cp Cargo.lock.msrv Cargo.lock

- name: Run cargo test
if: matrix.rust != 'nightly' && matrix.rust != '1.59.0'
if: matrix.rust != 'nightly' && matrix.rust != '1.56.1'
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features

- name: Run cargo test (nightly)
if: matrix.rust == '1.59.0'
if: matrix.rust == '1.56.1'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.59.0
toolchain: 1.56.1
override: true
components: clippy

Expand All @@ -147,7 +147,7 @@ jobs:
strategy:
matrix:
rust:
- 1.59.0
- 1.56.1
- stable

steps:
Expand Down

0 comments on commit 08197e4

Please sign in to comment.