mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Added workspace_default_members to tests.
This commit is contained in:
parent
b28601dfba
commit
e421345d22
@ -1954,6 +1954,7 @@ const MANIFEST_OUTPUT: &str = r#"
|
|||||||
"documentation": null
|
"documentation": null
|
||||||
}],
|
}],
|
||||||
"workspace_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
|
"workspace_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
|
||||||
|
"workspace_default_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
|
||||||
"resolve": null,
|
"resolve": null,
|
||||||
"target_directory": "[..]foo/target",
|
"target_directory": "[..]foo/target",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
@ -2318,6 +2319,7 @@ fn cargo_metadata_path_to_cargo_toml_project() {
|
|||||||
"workspace_members": [
|
"workspace_members": [
|
||||||
"bar 0.5.0 (path+file:[..])"
|
"bar 0.5.0 (path+file:[..])"
|
||||||
],
|
],
|
||||||
|
"workspace_default_members": [],
|
||||||
"workspace_root": "[..]",
|
"workspace_root": "[..]",
|
||||||
"metadata": null
|
"metadata": null
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user