Skip to content

Commit

Permalink
Merge pull request #763 from ithinuel/bump-rustc-nightly-for-cargo-udeps
Browse files Browse the repository at this point in the history
Bump rustc nightly for cargo udeps
  • Loading branch information
jannic authored Feb 10, 2024
2 parents 31ccfa3 + 2c451ac commit d3a2f68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d3a2f68

Please sign in to comment.