From 7eec3aa5aabc1b9522433c725eb195e361f5f812 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 25 Feb 2025 23:11:52 +0000 Subject: [PATCH 1/6] try 1.84.0 --- .github/workflows/rust_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index f9da74a..3ef963a 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -101,7 +101,7 @@ jobs: - name: Install cargo-machete run: cargo install cargo-machete - name: Install Rust stable toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@1.84.0 - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true From ece5da456ab9c55ffb39e5fd88a13176df97da4e Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 25 Feb 2025 23:13:07 +0000 Subject: [PATCH 2/6] 1.83 --- .github/workflows/rust_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index 3ef963a..061c0ed 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -101,7 +101,7 @@ jobs: - name: Install cargo-machete run: cargo install cargo-machete - name: Install Rust stable toolchain - uses: dtolnay/rust-toolchain@1.84.0 + uses: dtolnay/rust-toolchain@1.83.0 - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true From e264455bfbf50e4bb763a675b57f5a3eadaa1b04 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 25 Feb 2025 23:16:45 +0000 Subject: [PATCH 3/6] add nightly --- .github/workflows/rust_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index 061c0ed..2e5b50c 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -101,7 +101,7 @@ jobs: - name: Install cargo-machete run: cargo install cargo-machete - name: Install Rust stable toolchain - uses: dtolnay/rust-toolchain@1.83.0 + uses: dtolnay/rust-toolchain@nightly - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true From 1772ba9af1e7ff9b0ab9a3e910c5788ad3deb57c Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 25 Feb 2025 23:17:43 +0000 Subject: [PATCH 4/6] build machete with nightly --- .github/workflows/rust_ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index 2e5b50c..0cdc62e 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -99,9 +99,9 @@ jobs: with: tool: just, cargo-udeps - name: Install cargo-machete - run: cargo install cargo-machete + run: cargo +nightly install cargo-machete - name: Install Rust stable toolchain - uses: dtolnay/rust-toolchain@nightly + uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true From bb28729f81820651da0a5c213beb8f1680f7179e Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 25 Feb 2025 23:18:32 +0000 Subject: [PATCH 5/6] nightly toochain --- .github/workflows/rust_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index 0cdc62e..9debb4d 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -101,7 +101,7 @@ jobs: - name: Install cargo-machete run: cargo +nightly install cargo-machete - name: Install Rust stable toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@nightly - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true From 5d7a908ff881c49cff8839b7b86573da5e3da29f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 25 Feb 2025 23:19:50 +0000 Subject: [PATCH 6/6] switch --- .github/workflows/rust_ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust_ci.yaml b/.github/workflows/rust_ci.yaml index 9debb4d..4959955 100644 --- a/.github/workflows/rust_ci.yaml +++ b/.github/workflows/rust_ci.yaml @@ -98,10 +98,10 @@ jobs: - uses: taiki-e/install-action@v2 with: tool: just, cargo-udeps - - name: Install cargo-machete - run: cargo +nightly install cargo-machete - name: Install Rust stable toolchain uses: dtolnay/rust-toolchain@nightly + - name: Install cargo-machete + run: cargo +nightly install cargo-machete - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true