Fix compile on latest nightly (#489)

This commit is contained in:
Alex Crichton
2018-07-17 09:11:30 -05:00
committed by GitHub
parent 1baf8f3ead
commit ed05c7b945
77 changed files with 372 additions and 374 deletions

View File

@ -16,7 +16,7 @@ extra-traits = ["syn/extra-traits"]
[dependencies]
quote = '0.6'
proc-macro2 = "0.4"
proc-macro2 = "0.4.8"
wasm-bindgen-shared = { path = "../shared", version = "=0.2.11" }
syn = { version = '0.14', features = ['full', 'visit-mut'] }
serde_json = "1.0"