Skip to content

Commit

Permalink
msrv-all.sh: remove obsolete do-nothing block.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Mar 2, 2024
1 parent 9be3d3c commit d867e8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions msrv-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jq --version

DIRS="os testsuite/stm32f4 testsuite/stm32g0 examples/*/*"

# Collect the MSRV from the OS package. We'll just assume the others match it.
pushd os > /dev/null
popd > /dev/null

for d in $DIRS; do
pushd $d > /dev/null
VERSION=$(cargo metadata --format-version 1 \
Expand Down

0 comments on commit d867e8b

Please sign in to comment.