Skip to content

Commit f7c2d5a

Browse files
authored
Merge pull request #514 from hacspec/rebuild-script-cargo-install-locked
fix(rebuild.sh): make `cargo install` use locks (see #505)
2 parents 72b2897 + 50920a0 commit f7c2d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.utils/rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rust () {
3333
cd_rootwise "cli"
3434
for i in driver subcommands ../engine/names/extract; do
3535
CURRENT="rust/$i"
36-
cargo install --quiet $OFFLINE_FLAG --debug --path $i
36+
cargo install --locked --quiet $OFFLINE_FLAG --debug --path $i
3737
done
3838
}
3939

0 commit comments

Comments
 (0)