From c09da605c0f7078a73ea129110f02331ae19e631 Mon Sep 17 00:00:00 2001 From: optout <13562139+optout21@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:34:14 +0100 Subject: [PATCH] Update MSRV to 1.63 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b9e46ac..8fb8095a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,13 +7,13 @@ jobs: strategy: matrix: platform: [ ubuntu-latest, macos-latest, windows-latest ] - toolchain: [ stable, 1.48.0 ] + toolchain: [ stable, 1.63.0 ] include: - toolchain: stable check-fmt: true exclude: - platform: macos-latest - toolchain: 1.48.0 + toolchain: 1.63.0 - platform: windows-latest toolchain: stable runs-on: ${{ matrix.platform }}