From: Elias Rohrer Date: Wed, 11 Jan 2023 11:45:13 +0000 (+0100) Subject: Raise MSRV to 1.49.0, following tokio X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=810054ead2e022a771e902c26327313597947b96 Raise MSRV to 1.49.0, following tokio --- 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