Skip to content

Commit

Permalink
Add lockfile to cargo install
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Jul 10, 2024
1 parent 1becab3 commit 1dda2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colcon_cargo/task/cargo/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def _install_cmd(self, cargo_args):
'install',
'--force',
'--quiet',
'--locked',
'--path', args.path,
'--root', args.install_base,
] + cargo_args

0 comments on commit 1dda2c4

Please sign in to comment.