From 8bc261eb41bea634a5c08eae93b565e7cf373362 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 24 Mar 2025 15:12:57 -0700 Subject: [PATCH] Revert "Disregard outdated deranged crate" This reverts commit 12a0d5320e46c2d28b2c1691b4c3f7a23c17375b. --- .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 dd3ea54..8ac2e71 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 --ignore deranged --exit-code 1 + - run: cargo outdated --workspace --exit-code 1