mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
Ensure cargo is up to date before running update crate command
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user