From 41fb56b5befa89309ba0fcaa23bcae31b5beb368 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 27 Mar 2022 17:11:22 +0000 Subject: [PATCH] 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`. --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.30.2