mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Ensure cargo is up to date before running update crate command
This commit is contained in:
parent
7f84982de2
commit
eb27bcff7e
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ class MachCommands(CommandBase):
|
|||
print("flag or update all packages with --all-packages (-a) flag")
|
||||
sys.exit(1)
|
||||
|
||||
self.ensure_bootstrapped()
|
||||
|
||||
for cargo_path in CARGO_PATHS:
|
||||
with cd(cargo_path):
|
||||
print(cargo_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue