Update URLs of cross

This commit is contained in:
Taiki Endo
2022-02-06 23:11:33 +09:00
parent ff05552c79
commit fb7c739bcd
2 changed files with 3 additions and 3 deletions

View File

@@ -81,9 +81,9 @@ for tool in "${tools[@]}"; do
| tar xzf - -C ~/.cargo/bin
;;
cross)
# https://github.com/rust-embedded/cross/releases
# https://github.com/cross-rs/cross/releases
latest_version="0.2.1"
repo="rust-embedded/cross"
repo="cross-rs/cross"
case "${OSTYPE}" in
linux*) target="x86_64-unknown-linux-musl" ;;
darwin*) target="x86_64-apple-darwin" ;;