Skip to content

Commit

Permalink
Merge pull request #483 from matthiasbeyer/update-msrv
Browse files Browse the repository at this point in the history
Update MSRV: 1.66.0 -> 1.70.0
  • Loading branch information
matthiasbeyer authored Oct 23, 2023
2 parents 05f7d1e + 81ac1a2 commit e95b9dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
rust:
- 1.66.0
- 1.70.0
- stable

steps:
Expand Down
8 changes: 4 additions & 4 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.66.0
- 1.70.0
- stable
- beta
- nightly
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- 1.66.0
- 1.70.0
- stable
- beta
- nightly
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
rust:
- 1.66.0
- 1.70.0
- 1.73.0
steps:
- name: Checkout sources
Expand All @@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
rust:
- 1.66.0
- 1.70.0
- 1.73.0

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

## MSRV

We currently support Rust 1.66.0 and newer.
We currently support Rust 1.70.0 and newer.


## License
Expand Down

0 comments on commit e95b9dd

Please sign in to comment.