mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
@@ -22,7 +22,7 @@ itertools = "0.10.3"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.16", features = ["full"] }
|
||||
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
|
||||
frame-support-procedural-tools = { path = "tools" }
|
||||
proc-macro-warning = { version = "0.4.1", default-features = false }
|
||||
macro_magic = { version = "0.4.2", features = ["proc_support"] }
|
||||
expander = "2.0.0"
|
||||
|
||||
@@ -16,4 +16,4 @@ proc-macro-crate = "1.1.3"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.16", features = ["full", "visit", "extra-traits"] }
|
||||
frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
|
||||
frame-support-procedural-tools-derive = { path = "derive" }
|
||||
|
||||
Reference in New Issue
Block a user