mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 02:55:43 +00:00
remove use of hidden api in support procedural (#2383)
This commit is contained in:
committed by
Bastian Köcher
parent
93bc03cfe6
commit
07d495d905
@@ -13,6 +13,4 @@ sr-api-macros = { path = "../../../core/sr-api-macros" }
|
||||
|
||||
proc-macro2 = "0.4.27"
|
||||
quote = { version = "0.6.12" }
|
||||
# FIXME: https://github.com/paritytech/substrate/issues/2326
|
||||
# Remove this restriction once the dependency on erstwhile CustomKeyword trait is removed
|
||||
syn = { version = ">= 0.15.30, < 0.15.32", features = ["full"] }
|
||||
syn = { version = "0.15.32", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user