mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 14:47:55 +00:00
crate missing dependency when compiled on its own with std (#9487)
* Everything else in frame compiles in std. This doesn't on its own as it needs Debug and that's in the extra-traits syn feature. * Incorporating feedback
This commit is contained in:
@@ -15,5 +15,5 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
|
||||
proc-macro2 = "1.0.28"
|
||||
quote = "1.0.3"
|
||||
syn = { version = "1.0.58", features = ["full", "visit"] }
|
||||
syn = { version = "1.0.58", features = ["full", "visit", "extra-traits"] }
|
||||
proc-macro-crate = "1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user