Merge pull request #1351 from TheBlueMatt/2022-03-scid-privacy
[rust-lightning] / .github / workflows / build.yml
index a72f4d4ce0d9ff119a5415abada7e4ca05f5b641..90e08b398bccd3dd4ee6b8593bc74d1492f40030 100644 (file)
@@ -239,9 +239,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