Skip to content

Commit

Permalink
Merge pull request #455 from matthiasbeyer/update-msrv
Browse files Browse the repository at this point in the history
MSRV: 1.64.0 -> 1.66.0
  • Loading branch information
matthiasbeyer authored Sep 11, 2023
2 parents b71be54 + bb4f93c commit 72bb252
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.64.0
- 1.66.0
- stable
- beta
- nightly
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- 1.64.0
- 1.66.0
- stable
- beta
- nightly
Expand All @@ -57,7 +57,7 @@ jobs:
run: cargo test --all-features

- name: Run cargo test (nightly)
if: matrix.rust == '1.64.0'
if: matrix.rust == '1.66.0'
continue-on-error: true
run: cargo test --tests --all-features

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
rust:
- 1.64.0
- 1.66.0
- stable
steps:
- name: Checkout sources
Expand All @@ -117,7 +117,7 @@ jobs:
strategy:
matrix:
rust:
- 1.64.0
- 1.66.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 @@ -58,7 +58,7 @@ more usage information.

## MSRV

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


## License
Expand Down

0 comments on commit 72bb252

Please sign in to comment.