From 45132d95dae08b9f6bc10cbd49b59e04fbe952f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:59:42 +0000 Subject: [PATCH] Update cargo-bins/cargo-binstall action to v1.11.2 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2c729b5..c67b43d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,7 +41,7 @@ jobs: toolchain: 1.78.0 components: rust-src - run: cargo test --release - - uses: cargo-bins/cargo-binstall@v1.11.0 + - uses: cargo-bins/cargo-binstall@v1.11.2 - run: cargo binstall cargo-expand --no-confirm - run: cargo test - run: cargo test --manifest-path tests/other-tests/Cargo.toml -- --test-threads=1