From 5dfbed4d0b587b17da071fa15321934e8f20f7d8 Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Mon, 24 Oct 2022 09:01:33 -0700 Subject: [PATCH] small is a real HTML tag, who knew. Trying stabel for the version --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 007b9a4b..bafadcc4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -255,8 +255,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - # FIXME: replace with stable ASAP - toolchain: nightly-2022-07-22 + toolchain: stable override: true - uses: r7kamura/rust-problem-matchers@v1 - name: Build types with no alloc crate