From 0879bb7bc8ab64116d551c3408c4f300909feb7b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 6 Jun 2022 14:39:24 -0700 Subject: [PATCH] Check all crates in workspace for outdated deps --- .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 8c78f62..c7b249d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/install@cargo-outdated - - run: cargo outdated --exit-code 1 + - run: cargo outdated --workspace --exit-code 1 fuzz: name: Fuzz