@@ -173,7 +173,7 @@ fn inherit_own_workspace_fields() {
173
173
[PACKAGED] [..]
174
174
[UPLOADING] foo v1.2.3 [..]
175
175
[UPLOADED] foo v1.2.3 to registry `crates-io`
176
- note: Waiting for `foo v1.2.3` to be available at registry `crates-io`.
176
+ [NOTE] waiting for `foo v1.2.3` to be available at registry `crates-io`.
177
177
You may press ctrl-c to skip waiting; the crate should be available shortly.
178
178
[PUBLISHED] foo v1.2.3 at registry `crates-io`
179
179
" ,
@@ -323,7 +323,7 @@ fn inherit_own_dependencies() {
323
323
[PACKAGED] [..]
324
324
[UPLOADING] bar v0.2.0 [..]
325
325
[UPLOADED] bar v0.2.0 to registry `crates-io`
326
- note: Waiting for `bar v0.2.0` to be available at registry `crates-io`.
326
+ [NOTE] waiting for `bar v0.2.0` to be available at registry `crates-io`.
327
327
You may press ctrl-c to skip waiting; the crate should be available shortly.
328
328
[PUBLISHED] bar v0.2.0 at registry `crates-io`
329
329
" ,
@@ -469,7 +469,7 @@ fn inherit_own_detailed_dependencies() {
469
469
[PACKAGED] [..]
470
470
[UPLOADING] bar v0.2.0 [..]
471
471
[UPLOADED] bar v0.2.0 to registry `crates-io`
472
- note: Waiting for `bar v0.2.0` to be available at registry `crates-io`.
472
+ [NOTE] waiting for `bar v0.2.0` to be available at registry `crates-io`.
473
473
You may press ctrl-c to skip waiting; the crate should be available shortly.
474
474
[PUBLISHED] bar v0.2.0 at registry `crates-io`
475
475
" ,
@@ -709,7 +709,7 @@ fn inherit_workspace_fields() {
709
709
[PACKAGED] [..]
710
710
[UPLOADING] bar v1.2.3 [..]
711
711
[UPLOADED] bar v1.2.3 to registry `crates-io`
712
- note: Waiting for `bar v1.2.3` to be available at registry `crates-io`.
712
+ [NOTE] waiting for `bar v1.2.3` to be available at registry `crates-io`.
713
713
You may press ctrl-c to skip waiting; the crate should be available shortly.
714
714
[PUBLISHED] bar v1.2.3 at registry `crates-io`
715
715
" ,
@@ -867,7 +867,7 @@ fn inherit_dependencies() {
867
867
[PACKAGED] [..]
868
868
[UPLOADING] bar v0.2.0 [..]
869
869
[UPLOADED] bar v0.2.0 to registry `crates-io`
870
- note: Waiting for `bar v0.2.0` to be available at registry `crates-io`.
870
+ [NOTE] waiting for `bar v0.2.0` to be available at registry `crates-io`.
871
871
You may press ctrl-c to skip waiting; the crate should be available shortly.
872
872
[PUBLISHED] bar v0.2.0 at registry `crates-io`
873
873
" ,
0 commit comments