Skip to content

Commit

Permalink
Auto merge of #127602 - onur-ozkan:calling-order, r=Kobzol
Browse files Browse the repository at this point in the history
maintain the given order on step execution

Previously step execution disregarded the CLI order and this change executes the given steps in the order specified on CLI.

For example, running `x $kind a b c` will execute `$kind` step for `a`, then `b`, then `c` crates in the specified order.

Fixes #126165
cc `@matthiaskrgr`
  • Loading branch information
bors committed Jul 17, 2024
2 parents fbbe90f + ede4609 commit 82b5be8
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 82b5be8

Please sign in to comment.