Skip to content

Commit 50920a0

Browse files
committed
fix(rebuild.sh): make cargo install use locks (see #505)
1 parent bc9793f commit 50920a0

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)