We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28601d commit e421345Copy full SHA for e421345
tests/testsuite/metadata.rs
@@ -1954,6 +1954,7 @@ const MANIFEST_OUTPUT: &str = r#"
1954
"documentation": null
1955
}],
1956
"workspace_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
1957
+ "workspace_default_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
1958
"resolve": null,
1959
"target_directory": "[..]foo/target",
1960
"version": 1,
@@ -2318,6 +2319,7 @@ fn cargo_metadata_path_to_cargo_toml_project() {
2318
2319
"workspace_members": [
2320
"bar 0.5.0 (path+file:[..])"
2321
],
2322
+ "workspace_default_members": [],
2323
"workspace_root": "[..]",
2324
"metadata": null
2325
}
0 commit comments