From 4be506414b98f2b88ea54ffeb27278940454360a Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 9 Aug 2025 00:35:27 -0400 Subject: [PATCH] Install cargo machete with Rust 1.85 cargo machete now uses Rust's 2024 edition, and 1.85 was the first to ship it. --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index da0bdcfa..50877e84 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 install cargo-machete - cargo machete + cargo +1.85 install cargo-machete + cargo +1.85 machete