diff --git a/main.sh b/main.sh index 9742e663..2bec4df8 100755 --- a/main.sh +++ b/main.sh @@ -583,5 +583,5 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then # By default, cargo-binstall enforce downloads over secure transports only. # As a result, http will be disabled, and it will also set # min tls version to be 1.2 - cargo binstall --force --no-confirm "${unsupported_tools[@]}" + cargo binstall --force --no-confirm --locked "${unsupported_tools[@]}" fi