remove use of hidden api in support procedural (#2383)

This commit is contained in:
thiolliere
2019-04-25 15:48:19 +02:00
committed by Bastian Köcher
parent 93bc03cfe6
commit 07d495d905
6 changed files with 81 additions and 137 deletions
+1 -3
View File
@@ -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"] }