Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit b2b92d7

Browse files
Add --locked to spl-token-cli install (#23223) (#23225)
(cherry picked from commit c696944) Co-authored-by: Will Hickey <[email protected]>
1 parent 02f8651 commit b2b92d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cargo-install-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ mkdir -p "$installDir/bin"
133133
# Exclude `spl-token` binary for net.sh builds
134134
if [[ -z "$validatorOnly" ]]; then
135135
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
136-
"$cargo" $maybeRustVersion install spl-token-cli --root "$installDir"
136+
"$cargo" $maybeRustVersion install --locked spl-token-cli --root "$installDir"
137137
fi
138138
)
139139

0 commit comments

Comments
 (0)