File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1007,7 +1007,7 @@ impl<'cfg> Workspace<'cfg> {
1007
1007
format_args ! ( "\
1008
1008
some crates are on edition {edition} which defaults to `resolver = \" {resolver}\" `,\n \
1009
1009
\x20 but a virtual workspace defaults to `resolver = \" 1\" `\n \
1010
- \x20 specify the desired resolver version explicitly at the workspace root\
1010
+ \x20 specify the desired resolver version explicitly in the workspace root's manifest \
1011
1011
",
1012
1012
) ) ?;
1013
1013
}
Original file line number Diff line number Diff line change @@ -1433,7 +1433,7 @@ fn edition_2021_workspace_member() {
1433
1433
"\
1434
1434
warning: some crates are on edition 2021 which defaults to `resolver = \" 2\" `,
1435
1435
but a virtual workspace defaults to `resolver = \" 1\" `
1436
- specify the desired resolver version explicitly at the workspace root
1436
+ specify the desired resolver version explicitly in the workspace root's manifest
1437
1437
[CHECKING] a v0.1.0 [..]
1438
1438
[FINISHED] [..]
1439
1439
" ,
You can’t perform that action at this time.
0 commit comments