From f4e4152c7c9ea0f5a1009eddcc1c91fc42cc74aa Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 9 Mar 2026 01:30:56 -0500 Subject: [PATCH] Try `use_latest_deps` --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2aec1c400f..fb109fa014 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -674,7 +674,7 @@ jobs: - linting-done - changes with: - use_twisted_trunk: true + use_latest_deps: true cargo-test: if: ${{ needs.changes.outputs.rust == 'true' }}