Skip to content

Commit

Permalink
Update MSRV: 1.66.0 -> 1.70.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
matthiasbeyer committed Oct 23, 2023
1 parent 05f7d1e commit b84b5cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 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 @@ -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 b84b5cb

Please sign in to comment.