From 9c58c486ce4aa88bf8e2d808c9ad9a60d08362f2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 25 Jul 2024 20:48:46 -0500 Subject: [PATCH] chore(ci): Skip clap_complete_nushell from minimal-versions Its just too messy to try to handle. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 988da98d..9bc878f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: - name: Downgrade dependencies to minimal versions run: cargo +nightly generate-lockfile -Z minimal-versions - name: Compile with minimal versions - run: cargo +stable check --workspace --all-features --locked + run: cargo +stable check --workspace --all-features --locked --exclude clap_complete_nushell lockfile: runs-on: ubuntu-latest steps: