upgrade macro_magic to 0.3.5 (#14303)

This commit is contained in:
Sam Johnson
2023-06-05 15:39:43 -04:00
committed by GitHub
parent c628742506
commit 35cc4162df
3 changed files with 10 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.3.3", features = ["proc_support"] }
macro_magic = { version = "0.3.5", features = ["proc_support"] }
[features]
default = ["std"]