@@ -172,7 +172,10 @@ fn inherit_own_workspace_fields() {
172
172
[FINISHED] [..]
173
173
[PACKAGED] [..]
174
174
[UPLOADING] foo v1.2.3 [..]
175
- [UPDATING] [..]
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`.
177
+ You may press ctrl-c to skip waiting; the crate should be available shortly.
178
+ [PUBLISHED] foo v1.2.3 at registry `crates-io`
176
179
" ,
177
180
)
178
181
. run ( ) ;
@@ -318,7 +321,10 @@ fn inherit_own_dependencies() {
318
321
[FINISHED] [..]
319
322
[PACKAGED] [..]
320
323
[UPLOADING] bar v0.2.0 [..]
321
- [UPDATING] [..]
324
+ [UPLOADED] bar v0.2.0 to registry `crates-io`
325
+ note: Waiting for `bar v0.2.0` to be available at registry `crates-io`.
326
+ You may press ctrl-c to skip waiting; the crate should be available shortly.
327
+ [PUBLISHED] bar v0.2.0 at registry `crates-io`
322
328
" ,
323
329
)
324
330
. run ( ) ;
@@ -460,7 +466,10 @@ fn inherit_own_detailed_dependencies() {
460
466
[FINISHED] [..]
461
467
[PACKAGED] [..]
462
468
[UPLOADING] bar v0.2.0 [..]
463
- [UPDATING] [..]
469
+ [UPLOADED] bar v0.2.0 to registry `crates-io`
470
+ note: Waiting for `bar v0.2.0` to be available at registry `crates-io`.
471
+ You may press ctrl-c to skip waiting; the crate should be available shortly.
472
+ [PUBLISHED] bar v0.2.0 at registry `crates-io`
464
473
" ,
465
474
)
466
475
. run ( ) ;
@@ -696,7 +705,10 @@ fn inherit_workspace_fields() {
696
705
[FINISHED] [..]
697
706
[PACKAGED] [..]
698
707
[UPLOADING] bar v1.2.3 [..]
699
- [UPDATING] [..]
708
+ [UPLOADED] bar v1.2.3 to registry `crates-io`
709
+ note: Waiting for `bar v1.2.3` to be available at registry `crates-io`.
710
+ You may press ctrl-c to skip waiting; the crate should be available shortly.
711
+ [PUBLISHED] bar v1.2.3 at registry `crates-io`
700
712
" ,
701
713
)
702
714
. run ( ) ;
@@ -850,7 +862,10 @@ fn inherit_dependencies() {
850
862
[FINISHED] [..]
851
863
[PACKAGED] [..]
852
864
[UPLOADING] bar v0.2.0 [..]
853
- [UPDATING] [..]
865
+ [UPLOADED] bar v0.2.0 to registry `crates-io`
866
+ note: Waiting for `bar v0.2.0` to be available at registry `crates-io`.
867
+ You may press ctrl-c to skip waiting; the crate should be available shortly.
868
+ [PUBLISHED] bar v0.2.0 at registry `crates-io`
854
869
" ,
855
870
)
856
871
. run ( ) ;
0 commit comments