From c48298128dc9abf0577679fbfa644dad2a029b01 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Wed, 25 Nov 2020 01:18:50 -0700 Subject: [PATCH] Remove spl-token-cli from 1.3.22 build --- scripts/cargo-install-all.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/cargo-install-all.sh b/scripts/cargo-install-all.sh index 8bdba8bd5d..74c6214328 100755 --- a/scripts/cargo-install-all.sh +++ b/scripts/cargo-install-all.sh @@ -112,8 +112,6 @@ mkdir -p "$installDir/bin" set -x # shellcheck disable=SC2086 # Don't want to double quote $rust_version $cargo $maybeRustVersion build $maybeReleaseFlag "${binArgs[@]}" - # shellcheck disable=SC2086 # Don't want to double quote $rust_version - $cargo $maybeRustVersion install spl-token-cli --root "$installDir" ) for bin in "${BINS[@]}"; do