Skip to content

Commit

Permalink
bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
tsionyx committed Jan 8, 2024
1 parent 30591d8 commit b9c3de6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0
- 1.63.0
- stable
- beta
steps:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0
- 1.63.0
- stable
- beta
steps:
Expand Down Expand Up @@ -84,21 +84,21 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --workspace
args: --all-targets --all-features --workspace

# - name: Run cargo test (ignored)
# uses: actions-rs/cargo@v1
# with:
# command: test
# args: --all-features --workspace -- --ignored
# args: --all-targets --all-features --workspace -- --ignored

clippy:
name: Clippy on rust '${{ matrix.rust }}'
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.56.0
- 1.63.0
- stable
- beta
steps:
Expand Down

0 comments on commit b9c3de6

Please sign in to comment.