Skip to content

Commit

Permalink
publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Jun 29, 2024
1 parent d56ba6d commit 6defc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/core/derive_tools_meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion module/core/macro_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ kw = []
phantom = [ "item" ]
punctuated = []
quantifier = []
struct_like = []
struct_like = [ "item_struct" ]
tokens = []
typ = []

Expand Down

0 comments on commit 6defc32

Please sign in to comment.