Update syn, proc-macro2 and quote to 1.x (#4028)

This commit is contained in:
Bastian Köcher
2019-11-06 14:00:49 +01:00
committed by GitHub
parent cc09bfbd09
commit b484c4fbc0
20 changed files with 177 additions and 194 deletions
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
srml-support-procedural-tools-derive = { package = "srml-support-procedural-tools-derive", path = "./derive" }
proc-macro2 = "0.4.27"
quote = "0.6.12"
syn = { version = "0.15.44", features = ["full"] }
proc-macro2 = "1.0.6"
quote = "1.0.2"
syn = { version = "1.0.7", features = ["full"] }
proc-macro-crate = "0.1.4"