From 12a0d5320e46c2d28b2c1691b4c3f7a23c17375b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 24 Mar 2025 10:41:53 -0700 Subject: [PATCH] Disregard outdated deranged crate --- .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 8ac2e71..dd3ea54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,4 +85,4 @@ jobs: - uses: dtolnay/install@cargo-outdated - run: cargo tree --package bat --depth 0 | grep "^bat v$(cat src/bat.version)$" - run: cargo update - - run: cargo outdated --workspace --exit-code 1 + - run: cargo outdated --workspace --ignore deranged --exit-code 1