mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 08:05:41 +00:00
upgrade to macro_magic 0.4.3 (#1832)
# Description Upgrades `macro_magic` to 0.4.3, which introduces the ability to have `export_tokens` use the same name as the underlying item for its auto-generated macro name. Ultimately this will allow for better dev ux in our derive_impl feature.
This commit is contained in:
@@ -23,8 +23,8 @@ proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.38", features = ["full"] }
|
||||
frame-support-procedural-tools = { path = "tools" }
|
||||
macro_magic = { version = "0.5.0", features = ["proc_support"] }
|
||||
proc-macro-warning = { version = "1.0.0", default-features = false }
|
||||
macro_magic = { version = "0.4.2", features = ["proc_support"] }
|
||||
expander = "2.0.0"
|
||||
sp-core-hashing = { path = "../../../primitives/core/hashing" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user