Skip to content

Commit 62fde42

Browse files
committed
refactor(toml): Group members and excludes
1 parent 7b7fa1a commit 62fde42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/toml/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1532,9 +1532,9 @@ fn unique_build_targets(
15321532
#[derive(Debug, Deserialize, Serialize, Clone)]
15331533
pub struct TomlWorkspace {
15341534
members: Option<Vec<String>>,
1535+
exclude: Option<Vec<String>>,
15351536
#[serde(rename = "default-members")]
15361537
default_members: Option<Vec<String>>,
1537-
exclude: Option<Vec<String>>,
15381538
resolver: Option<String>,
15391539
metadata: Option<toml::Value>,
15401540

0 commit comments

Comments
 (0)