File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ fn unpublishable_crate() {
325
325
. with_stderr (
326
326
"\
327
327
[ERROR] `foo` cannot be published.
328
- The registry `crates-io ` is not listed in the `publish` value in Cargo.toml.
328
+ `publish ` is set to `false` or an empty list in Cargo.toml and prevents publishing .
329
329
" ,
330
330
)
331
331
. run ( ) ;
@@ -684,7 +684,7 @@ fn publish_empty_list() {
684
684
. with_stderr (
685
685
"\
686
686
[ERROR] `foo` cannot be published.
687
- The registry `alternative ` is not listed in the `publish` value in Cargo.toml.
687
+ `publish ` is set to `false` or an empty list in Cargo.toml and prevents publishing .
688
688
" ,
689
689
)
690
690
. run ( ) ;
@@ -848,7 +848,7 @@ fn block_publish_no_registry() {
848
848
. with_stderr (
849
849
"\
850
850
[ERROR] `foo` cannot be published.
851
- The registry `alternative ` is not listed in the `publish` value in Cargo.toml.
851
+ `publish ` is set to `false` or an empty list in Cargo.toml and prevents publishing .
852
852
" ,
853
853
)
854
854
. run ( ) ;
You can’t perform that action at this time.
0 commit comments