Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Mar 2, 2024
1 parent 23b54a4 commit e3baa6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msrv-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ for d in $DIRS; do
TARGET=$(cargo metadata --format-version 1 \
| jq -r '.resolve.root as $root | .packages[] | select(.id == $root) | .metadata.docs.rs["default-target"]')
echo "---- building in $d using ${VERSION} for ${TARGET}"
rustup update ${VERSION}
rustup target add --toolchain ${VERSION} ${TARGET}
rustup run ${VERSION} cargo check
popd > /dev/null
Expand Down

0 comments on commit e3baa6b

Please sign in to comment.