Skip to content

Commit

Permalink
Update MSRV to 1.49.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Feb 19, 2022
1 parent c2840ea commit a7c6cc7
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.48.0
- 1.49.0
- stable
- beta
- nightly
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
rust:
- 1.48.0
- 1.49.0
- stable
- beta
- nightly
Expand All @@ -61,14 +61,14 @@ jobs:
override: true

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

- name: Run cargo test (nightly)
if: matrix.rust == '1.48.0'
if: matrix.rust == '1.49.0'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
strategy:
matrix:
rust:
- 1.48.0
- 1.49.0
- 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.48.0 and newer.
We currently support Rust 1.49.0 and newer.


## License
Expand Down

0 comments on commit a7c6cc7

Please sign in to comment.