@@ -172,7 +172,10 @@ fn inherit_own_workspace_fields() {
172172[FINISHED] [..]
173173[PACKAGED] [..]
174174[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`
176179" ,
177180 )
178181 . run ( ) ;
@@ -318,7 +321,10 @@ fn inherit_own_dependencies() {
318321[FINISHED] [..]
319322[PACKAGED] [..]
320323[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`
322328" ,
323329 )
324330 . run ( ) ;
@@ -460,7 +466,10 @@ fn inherit_own_detailed_dependencies() {
460466[FINISHED] [..]
461467[PACKAGED] [..]
462468[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`
464473" ,
465474 )
466475 . run ( ) ;
@@ -696,7 +705,10 @@ fn inherit_workspace_fields() {
696705[FINISHED] [..]
697706[PACKAGED] [..]
698707[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`
700712" ,
701713 )
702714 . run ( ) ;
@@ -850,7 +862,10 @@ fn inherit_dependencies() {
850862[FINISHED] [..]
851863[PACKAGED] [..]
852864[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`
854869" ,
855870 )
856871 . run ( ) ;
0 commit comments