Skip to content

Commit e0344aa

Browse files
committed
Bump MSRV to 1.92.0
1 parent ac07aa3 commit e0344aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
rust:
1414
- stable
1515
- beta
16-
- 1.88.0
16+
- 1.92.0
1717
steps:
1818
- name: Checkout sources
1919
uses: actions/checkout@v3
@@ -87,7 +87,7 @@ jobs:
8787
rust:
8888
- stable
8989
- beta
90-
- 1.88.0
90+
- 1.92.0
9191
steps:
9292
- name: Checkout sources
9393
uses: actions/checkout@v3
@@ -174,7 +174,7 @@ jobs:
174174
strategy:
175175
matrix:
176176
rust:
177-
- 1.88.0
177+
- 1.92.0
178178
steps:
179179
- name: Checkout sources
180180
uses: actions/checkout@v3

MSRV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| `pixels` version | `rustc` version |
44
|------------------|-----------------|
5-
| (unreleased) | `1.88.0` |
5+
| (unreleased) | `1.92.0` |
66
| `0.16.0` | `1.88.0` |
77
| `0.15.0` | `1.81.0` |
88
| `0.14.0` | `1.76.0` |

0 commit comments

Comments
 (0)