upgrade to macro_magic 0.4.2 (#14627)

* upgrade to macro_magic 0.4.2

* also change in Cargo.toml
This commit is contained in:
Sam Johnson
2023-07-24 17:03:52 -04:00
committed by GitHub
parent 9ac344e694
commit 5e6bbfa0a6
3 changed files with 39 additions and 10 deletions
@@ -24,7 +24,7 @@ quote = "1.0.28"
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.4.1", features = ["proc_support"] }
macro_magic = { version = "0.4.2", features = ["proc_support"] }
expander = "2.0.0"
[features]