From ad08b410a8516bfd91148cfafec460883a6512a6 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 9 Aug 2025 00:43:41 -0400 Subject: [PATCH] Pin cargo-machete to 0.8.0 to prevent other unexpected CI failures --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6469a72a..48822091 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -79,5 +79,5 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Verify all dependencies are in use run: | - cargo +1.85 install cargo-machete + cargo +1.85 install cargo-machete --version 0.8.0 cargo +1.85 machete