From a1677d488b0cd57cfbe19e8b10af79232660936f Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 14 Mar 2024 11:08:41 +0800 Subject: [PATCH] Run `cargo outdated` on root --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec84183..0902a0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,4 +86,5 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/install@cargo-outdated - - run: cargo outdated --workspace --exit-code 1 + # - run: cargo outdated --workspace --exit-code 1 # https://github.com/kbknapp/cargo-outdated/issues/389 + - run: cargo outdated --exit-code 1