Skip to content

Commit 5751e17

Browse files
committed
Change the download output order
1 parent 0b06a45 commit 5751e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/inheritable_workspace_fields.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ fn inherit_own_dependencies() {
287287
"\
288288
[UPDATING] `[..]` index
289289
[DOWNLOADING] crates ...
290-
[DOWNLOADED] dep-build v0.8.2 ([..])
291290
[DOWNLOADED] dep v0.1.2 ([..])
291+
[DOWNLOADED] dep-build v0.8.2 ([..])
292292
[CHECKING] dep v0.1.2
293293
[CHECKING] bar v0.2.0 ([CWD])
294294
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
@@ -817,8 +817,8 @@ fn inherit_dependencies() {
817817
"\
818818
[UPDATING] `[..]` index
819819
[DOWNLOADING] crates ...
820-
[DOWNLOADED] dep-build v0.8.2 ([..])
821820
[DOWNLOADED] dep v0.1.2 ([..])
821+
[DOWNLOADED] dep-build v0.8.2 ([..])
822822
[CHECKING] dep v0.1.2
823823
[CHECKING] bar v0.2.0 ([CWD]/bar)
824824
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]

0 commit comments

Comments
 (0)