From 5751e17c9bad3a2bd738d01721005210037ccc2f Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Wed, 22 Feb 2023 10:01:23 +0800 Subject: [PATCH] Change the download output order --- tests/testsuite/inheritable_workspace_fields.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testsuite/inheritable_workspace_fields.rs b/tests/testsuite/inheritable_workspace_fields.rs index 314ad2b862a..261808940fb 100644 --- a/tests/testsuite/inheritable_workspace_fields.rs +++ b/tests/testsuite/inheritable_workspace_fields.rs @@ -287,8 +287,8 @@ fn inherit_own_dependencies() { "\ [UPDATING] `[..]` index [DOWNLOADING] crates ... -[DOWNLOADED] dep-build v0.8.2 ([..]) [DOWNLOADED] dep v0.1.2 ([..]) +[DOWNLOADED] dep-build v0.8.2 ([..]) [CHECKING] dep v0.1.2 [CHECKING] bar v0.2.0 ([CWD]) [FINISHED] dev [unoptimized + debuginfo] target(s) in [..] @@ -817,8 +817,8 @@ fn inherit_dependencies() { "\ [UPDATING] `[..]` index [DOWNLOADING] crates ... -[DOWNLOADED] dep-build v0.8.2 ([..]) [DOWNLOADED] dep v0.1.2 ([..]) +[DOWNLOADED] dep-build v0.8.2 ([..]) [CHECKING] dep v0.1.2 [CHECKING] bar v0.2.0 ([CWD]/bar) [FINISHED] dev [unoptimized + debuginfo] target(s) in [..]