From 2c451ac0a5f3296df8a14e2103d02bee20ab3c0a Mon Sep 17 00:00:00 2001 From: Wilfried Chauveau Date: Wed, 31 Jan 2024 04:45:06 +0000 Subject: [PATCH] Bump cargo-hack & cargo-udeps versions & nightly for cargo-udeps They have been updated and now build fine --- .github/workflows/build_and_test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 09e025eb1..78171f781 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -13,7 +13,7 @@ jobs: uses: baptiste0928/cargo-install@v2 with: crate: cargo-hack - version: "=0.5.28" + version: "=0.6.17" - name: Build rp2040-hal's workspace (without the examples) run: cargo hack build --optional-deps --each-feature - run: cargo clean @@ -31,7 +31,7 @@ jobs: uses: baptiste0928/cargo-install@v2 with: crate: cargo-hack - version: "=0.5.28" + version: "=0.6.17" - name: Test run: cargo hack test -p rp2040-hal --target x86_64-unknown-linux-gnu --optional-deps --each-feature --tests --features critical-section-impl - name: Test docs @@ -55,12 +55,12 @@ jobs: uses: baptiste0928/cargo-install@v2 with: crate: cargo-hack - version: "=0.5.28" + version: "=0.6.17" - name: Install cargo-udeps uses: baptiste0928/cargo-install@v2 with: crate: cargo-udeps - version: "=0.1.40" + version: "=0.1.45" - name: Check unused deps run: cargo hack udeps --optional-deps --each-feature msrv: @@ -76,7 +76,7 @@ jobs: uses: baptiste0928/cargo-install@v2 with: crate: cargo-hack - version: "=0.5.28" + version: "=0.6.17" - name: Use older version of regex run: cargo update -p regex --precise 1.9.3 - name: Verifiy MSRV