mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 19:15:41 +00:00
construct_runtime: support for expanding the macro code (#14379)
* construct_runtime: support for expanding the macro code * Update frame/support/procedural/src/construct_runtime/mod.rs Co-authored-by: Bastian Köcher <git@kchr.de> * Update frame/support/procedural/Cargo.toml Co-authored-by: Bastian Köcher <git@kchr.de> * fmt added * fmt removed --------- Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
committed by
GitHub
parent
e9bb5e737a
commit
52a0910c71
@@ -25,6 +25,7 @@ syn = { version = "2.0.16", features = ["full"] }
|
||||
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
|
||||
proc-macro-warning = { version = "0.4.1", default-features = false }
|
||||
macro_magic = { version = "0.3.5", features = ["proc_support"] }
|
||||
expander = "2.0.0"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user