Update cross to 0.2.2

This commit is contained in:
Taiki Endo
2022-07-02 22:38:45 +09:00
parent 640bc768ee
commit 60952837b3
3 changed files with 4 additions and 2 deletions

View File

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