We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac07aa3 commit e0344aaCopy full SHA for e0344aa
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
rust:
14
- stable
15
- beta
16
- - 1.88.0
+ - 1.92.0
17
steps:
18
- name: Checkout sources
19
uses: actions/checkout@v3
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
92
93
@@ -174,7 +174,7 @@ jobs:
174
strategy:
175
matrix:
176
177
178
179
180
MSRV.md
@@ -2,7 +2,7 @@
2
3
| `pixels` version | `rustc` version |
4
|------------------|-----------------|
5
-| (unreleased) | `1.88.0` |
+| (unreleased) | `1.92.0` |
6
| `0.16.0` | `1.88.0` |
7
| `0.15.0` | `1.81.0` |
8
| `0.14.0` | `1.76.0` |
0 commit comments