From 6f518112c8a9d3918079fd41d247addd40a0b19e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 6 Jun 2022 14:39:25 -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 63001cb48..e3cf19061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,4 +134,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/install@cargo-outdated - - run: cargo outdated --exit-code 1 + - run: cargo outdated --workspace --exit-code 1