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 b459f36 commit 1eb2b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/core/clone_dyn_meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ full = [ "enabled" ]
enabled = [ "macro_tools/enabled", "former_types/enabled" ]

[dependencies]
macro_tools = { workspace = true, features = [ "attr", "diag", "generic_params", "punctuated", "phantom", "item_struct"] } # qqq : xxx : optimize set of features
macro_tools = { workspace = true, features = [ "attr", "attr_prop", "diag", "generic_params", "punctuated", "phantom", "item_struct"] } # qqq : xxx : optimize set of features
former_types = { workspace = true, features = [ "types_component_assign" ] }
# xxx : incapsulate into macro_tools
const_format = { version = "0.2.32" }
Expand Down
4 changes: 2 additions & 2 deletions module/core/macro_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ diag = []
drop = []
equation = []
generic_args = []
generic_params = []
item = []
generic_params = [ "punctuated" ]
item = [ "punctuated" ]
item_struct = []
iter = []
name = []
Expand Down

0 comments on commit 1eb2b9c

Please sign in to comment.