use fixed quote (#5135)

This commit is contained in:
Gavin Wood
2020-03-05 10:29:38 +01:00
committed by GitHub
parent 5bda7c5072
commit 8bf855b09d
8 changed files with 8 additions and 8 deletions
@@ -14,5 +14,5 @@ proc-macro = true
[dependencies]
frame-support-procedural-tools = { version = "2.0.0-alpha.2", path = "./tools" }
proc-macro2 = "1.0.6"
quote = "1.0.2"
quote = "=1.0.2"
syn = { version = "1.0.7", features = ["full"] }