Skip to content

Commit 32e14da

Browse files
authored
Fix CI (#245)
- Bump MSRV for rust-lang/rust#78835 - Required by `fltk`: fltk-rs/fltk-rs#1054
1 parent 598cf6c commit 32e14da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
rust:
1414
- stable
1515
- beta
16-
- 1.53.0
16+
- 1.54.0
1717
steps:
1818
- name: Checkout sources
1919
uses: actions/checkout@v2
@@ -73,7 +73,7 @@ jobs:
7373
rust:
7474
- stable
7575
- beta
76-
- 1.53.0
76+
- 1.54.0
7777
steps:
7878
- name: Checkout sources
7979
uses: actions/checkout@v2

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-
| `0.9.0` | `1.53.0` |
5+
| `0.9.0` | `1.54.0` |
66
| `0.8.0` | `1.52.0` |
77
| `0.7.0` | `1.52.0` |
88
| `0.6.0` | `1.52.0` |

0 commit comments

Comments
 (0)