Upgrade to new versions of proc-macro2

Gonna get some nice spans back!
This commit is contained in:
Alex Crichton
2018-05-21 07:29:34 -07:00
parent 627ca1d638
commit e76f5537e0
5 changed files with 212 additions and 190 deletions

View File

@@ -14,8 +14,8 @@ Backend code generation of the wasm-bindgen tool
spans = []
[dependencies]
quote = '0.5'
proc-macro2 = "0.3"
quote = '0.6'
proc-macro2 = "0.4"
wasm-bindgen-shared = { path = "../shared", version = "=0.2.10" }
syn = { version = '0.13', features = ['full', 'visit-mut'] }
syn = { version = '0.14', features = ['full', 'visit-mut'] }
serde_json = "1.0"