Restrict patch version of syn (#2327)

This commit is contained in:
Andrew Jones
2019-04-19 07:52:22 +01:00
committed by Bastian Köcher
parent d70799dfc8
commit 3a87e9c8bc
+3 -1
View File
@@ -13,4 +13,6 @@ sr-api-macros = { path = "../../../core/sr-api-macros" }
proc-macro2 = "0.4.27"
quote = { version = "0.6.12" }
syn = { version = "0.15.30", features = ["full"] }
# 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"] }