Skip to content

Commit

Permalink
Merge pull request #514 from hacspec/rebuild-script-cargo-install-locked
Browse files Browse the repository at this point in the history
fix(rebuild.sh): make `cargo install` use locks (see #505)
  • Loading branch information
W95Psp authored Feb 19, 2024
2 parents 72b2897 + 50920a0 commit f7c2d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utils/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rust () {
cd_rootwise "cli"
for i in driver subcommands ../engine/names/extract; do
CURRENT="rust/$i"
cargo install --quiet $OFFLINE_FLAG --debug --path $i
cargo install --locked --quiet $OFFLINE_FLAG --debug --path $i
done
}

Expand Down

0 comments on commit f7c2d5a

Please sign in to comment.