From b7c9f5b11dbad918883621a06dea0ff49952b88f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 23 Oct 2024 04:37:43 -0500 Subject: [PATCH] chore(ci): Hack around bad minimal versions --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d49017e7..10e92182 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,8 @@ jobs: toolchain: nightly - name: Downgrade dependencies to minimal versions run: cargo +nightly generate-lockfile -Z minimal-versions + - name: Hack around bad deps + run: cargo update --recursive json5 - name: Compile with minimal versions run: cargo +stable check --workspace --all-features --locked lockfile: