Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
- Bump MSRV for rust-lang/rust#78835
- Required by `fltk`: fltk-rs/fltk-rs#1054
  • Loading branch information
parasyte committed Dec 30, 2021
1 parent 598cf6c commit ac86cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
rust:
- stable
- beta
- 1.53.0
- 1.54.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
rust:
- stable
- beta
- 1.53.0
- 1.54.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion MSRV.md
Expand Up @@ -2,7 +2,7 @@

| `pixels` version | `rustc` version |
|------------------|-----------------|
| `0.9.0` | `1.53.0` |
| `0.9.0` | `1.54.0` |
| `0.8.0` | `1.52.0` |
| `0.7.0` | `1.52.0` |
| `0.6.0` | `1.52.0` |
Expand Down

0 comments on commit ac86cf3

Please sign in to comment.