From 422c71935217643782c6b7624d5ab1b81f5ac417 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 21 Oct 2024 18:47:52 -0700 Subject: [PATCH] Temporarily disable 1.56 CI While fixing other errors from recently merged PRs. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81a861a5..731d99af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,6 +105,7 @@ jobs: - run: cd serde && cargo check --no-default-features - run: cd serde && cargo check - run: cd serde_derive && cargo check + continue-on-error: true # FIXME alloc: name: Rust 1.36.0