From: Matt Corallo Date: Sun, 27 Mar 2022 17:11:22 +0000 (+0000) Subject: Bump `check_commits` CI job rustc to 1.57 X-Git-Tag: v0.0.106~4^2~8 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=41fb56b5befa89309ba0fcaa23bcae31b5beb368;p=rust-lightning Bump `check_commits` CI job rustc to 1.57 1.51 (and other earlier versions of `rustc`) appear to refuse to accept our documentation links due to a bogus failure to resolve `ChannelTypeFeatures::supports_scid_privacy`. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d25e9a43..9b6abc71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -236,9 +236,7 @@ jobs: check_commits: runs-on: ubuntu-latest env: - # rustc 1.53 regressed and panics when building our (perfectly fine) docs. - # See https://github.com/rust-lang/rust/issues/84738 - TOOLCHAIN: 1.52.1 + TOOLCHAIN: 1.57.0 steps: - name: Checkout source code uses: actions/checkout@v3