From 6fcdcd920715e90c17089ed9bdfd2df77f3f283f Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 9 Mar 2026 09:54:14 -0500 Subject: [PATCH] Remove extras --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb109fa014..f75471c8a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -673,8 +673,6 @@ jobs: needs: - linting-done - changes - with: - use_latest_deps: true cargo-test: if: ${{ needs.changes.outputs.rust == 'true' }}