Fix CI (#245)
- Bump MSRV for https://github.com/rust-lang/rust/issues/78835 - Required by `fltk`: https://github.com/fltk-rs/fltk-rs/pull/1054
This commit is contained in:
parent
598cf6c1ba
commit
32e14dac7d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- 1.53.0
|
||||
- 1.54.0
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- 1.53.0
|
||||
- 1.54.0
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue