From 810054ead2e022a771e902c26327313597947b96 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Wed, 11 Jan 2023 12:45:13 +0100 Subject: [PATCH] Raise MSRV to 1.49.0, following tokio --- .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 4763a83..61c5aee 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.49.0 ] include: - toolchain: stable check-fmt: true exclude: - platform: macos-latest - toolchain: 1.48.0 + toolchain: 1.49.0 runs-on: ${{ matrix.platform }} steps: - name: Checkout source code -- 2.30.2