X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=92eb6c87b834a2b8b728733fa36ac0de729b580c;hb=07aff06f67299ec502d91ff56d083286a219595d;hp=bafdd29fffd975a7ae5ab1585e224de279ea2729;hpb=5a403bdb137bd4324da5a2d03b618db4fdd5a2cb;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bafdd29f..92eb6c87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ jobs: 1.30.0, # 1.34.2 is Debian stable 1.34.2, - # 1.39.0 is MSRV for lightning-net-tokio and generates coverage - 1.39.0] + # 1.45.2 is MSRV for lightning-net-tokio and generates coverage + 1.45.2] include: - toolchain: stable build-net-tokio: true @@ -26,7 +26,7 @@ jobs: build-net-tokio: true - toolchain: beta build-net-tokio: true - - toolchain: 1.39.0 + - toolchain: 1.45.2 build-net-tokio: true coverage: true runs-on: ${{ matrix.platform }} @@ -180,7 +180,7 @@ jobs: linting: runs-on: ubuntu-latest env: - TOOLCHAIN: 1.39.0 + TOOLCHAIN: 1.45.2 steps: - name: Checkout source code uses: actions/checkout@v2