Revert "Update cross to 0.2.2"

This reverts commit 60952837b3.
This commit is contained in:
Taiki Endo
2022-07-02 22:40:49 +09:00
parent 60952837b3
commit 64d4f090ec
3 changed files with 2 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ for tool in "${tools[@]}"; do
;;
cross)
# https://github.com/cross-rs/cross/releases
latest_version="0.2.2"
latest_version="0.2.1"
repo="cross-rs/cross"
case "${OSTYPE}" in
linux*) target="x86_64-unknown-linux-musl" ;;