diff --git a/module/core/derive_tools_meta/Cargo.toml b/module/core/derive_tools_meta/Cargo.toml index fc4959be4a..bb5e365923 100644 --- a/module/core/derive_tools_meta/Cargo.toml +++ b/module/core/derive_tools_meta/Cargo.toml @@ -66,7 +66,7 @@ derive_phantom = [] [dependencies] # zzz : qqq : optimize features set -macro_tools = { workspace = true, features = [ "attr", "attr_prop", "container_kind", "diag", "generic_args", "typ", "derive", "generic_params", "name", "struct_like", "quantifier" ] } +macro_tools = { workspace = true, features = [ "attr", "attr_prop", "container_kind", "diag", "generic_args", "typ", "derive", "generic_params", "name", "phantom", "struct_like", "quantifier" ] } iter_tools = { workspace = true, features = [] } former_types = { workspace = true, features = [ "types_component_assign" ] } const_format = { version = "0.2.32" } diff --git a/module/core/macro_tools/Cargo.toml b/module/core/macro_tools/Cargo.toml index 44149ef006..ac56bfeb9d 100644 --- a/module/core/macro_tools/Cargo.toml +++ b/module/core/macro_tools/Cargo.toml @@ -80,7 +80,7 @@ kw = [] phantom = [ "item" ] punctuated = [] quantifier = [] -struct_like = [] +struct_like = [ "item_struct" ] tokens = [] typ = []