mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-18 19:55:40 +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:
@@ -30,7 +30,7 @@ sp-weights = { path = "../../primitives/weights", default-features = false}
|
||||
sp-debug-derive = { path = "../../primitives/debug-derive", default-features = false}
|
||||
sp-metadata-ir = { path = "../../primitives/metadata-ir", default-features = false}
|
||||
tt-call = "1.0.8"
|
||||
macro_magic = "0.4.2"
|
||||
macro_magic = "0.5.0"
|
||||
frame-support-procedural = { path = "procedural", default-features = false}
|
||||
paste = "1.0"
|
||||
sp-state-machine = { path = "../../primitives/state-machine", default-features = false, optional = true}
|
||||
|
||||
Reference in New Issue
Block a user