From b5147f44c27bfe9b43b81d1e063923787660b9ad Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 13 Apr 2026 18:23:13 +0900 Subject: [PATCH] Add todo comment about cargo-binstall PR https://github.com/cargo-bins/cargo-binstall/pull/2533 --- main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.sh b/main.sh index 3b6d946b..49bfc121 100755 --- a/main.sh +++ b/main.sh @@ -935,6 +935,8 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then # Since the build script can access the token when `cargo install` is called # within `cargo-binstall`, disables building from source in cargo-binstall # and fallback to `cargo install` which doesn't need the token. + # TODO: once https://github.com/cargo-bins/cargo-binstall/pull/2533 merged, + # we can remove this and use batch install again. --disable-strategies compile ) unsupported_tools2=()