From ac86cf304c6de17aa20fcf97fabc6462cfeceb86 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Wed, 29 Dec 2021 19:52:01 -0800 Subject: [PATCH] Fix CI - Bump MSRV for https://github.com/rust-lang/rust/issues/78835 - Required by `fltk`: https://github.com/fltk-rs/fltk-rs/pull/1054 --- .github/workflows/ci.yml | 4 ++-- MSRV.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e29aa92c..ac993dc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/MSRV.md b/MSRV.md index 9f1df2cb..48b1952c 100644 --- a/MSRV.md +++ b/MSRV.md @@ -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` |