mirror of
https://github.com/servo/servo.git
synced 2025-07-08 16:03:40 +01:00
Auto merge of #13537 - GuillaumeGomez:mach_update, r=Wafflespeanut
Ensure cargo is up to date before running update crate command Fixes #13526 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13537) <!-- Reviewable:end -->
This commit is contained in:
commit
45cc847a00
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