Skip to content

Commit

Permalink
Add --locked to spl-token-cli install (solana-labs#23223) (solana-lab…
Browse files Browse the repository at this point in the history
…s#23224)

(cherry picked from commit c696944)

Co-authored-by: Will Hickey <[email protected]>
  • Loading branch information
mergify[bot] and willhickey authored Feb 18, 2022
1 parent 9238cef commit 23af37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cargo-install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ mkdir -p "$installDir/bin"
# Exclude `spl-token` binary for net.sh builds
if [[ -z "$validatorOnly" ]]; then
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
"$cargo" $maybeRustVersion install spl-token-cli --root "$installDir"
"$cargo" $maybeRustVersion install --locked spl-token-cli --root "$installDir"
fi
)

Expand Down

0 comments on commit 23af37f

Please sign in to comment.