Skip to content

Commit

Permalink
ci: raise lowest tested rust version to 1.64
Browse files Browse the repository at this point in the history
not MSRV, that's still 1.60, but 'winnow' doesn't build with 1.60.0 anymore
  • Loading branch information
hoodie committed Apr 29, 2023
1 parent b7ed571 commit dc94171
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
rust:
- stable
- 1.60.0
- 1.64.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
rust:
- stable
- 1.61.0
- 1.64.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
matrix:
rust:
- stable
- 1.60.0
- 1.64.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
matrix:
rust:
- stable
- 1.61.0
- 1.64.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
matrix:
rust:
- stable
- 1.60.0
- 1.64.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit dc94171

Please sign in to comment.