From a29ce64b0d12db59160462cc91d793d91481edd6 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:52:24 +0000 Subject: [PATCH] chore: lock Cargo.lock in cargo-binstall --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 4400b909ae5..05aad5ec719 100644 --- a/justfile +++ b/justfile @@ -22,7 +22,7 @@ install-binstall: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash fi -cargo-binstall-args := if ci == "1" { "--force" } else { "" } +cargo-binstall-args := if ci == "1" { "--force --locked" } else { "--locked" } # Installs tools necessary for working with Rust code install-rust-tools: install-binstall