Skip to content

Commit

Permalink
Merge pull request #335 from matthiasbeyer/update-msrv
Browse files Browse the repository at this point in the history
Update MSRV: 1.56.0 -> 1.56.1
  • Loading branch information
matthiasbeyer authored May 8, 2022
2 parents fe87839 + 99327a4 commit ed01570
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.56.0
- 1.56.1
- stable
- beta
- nightly
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0
- 1.56.1
- stable
- beta
- nightly
Expand All @@ -61,14 +61,14 @@ jobs:
override: true

- name: Run cargo test
if: matrix.rust != 'nightly' && matrix.rust != '1.56.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.56.0'
if: matrix.rust == '1.56.1'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0
- 1.56.1
- stable

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ more usage information.

## MSRV

We currently support Rust 1.56.0 and newer.
We currently support Rust 1.56.1 and newer.


## License
Expand Down

0 comments on commit ed01570

Please sign in to comment.