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

@ -8,8 +8,8 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
proc-macro2 = "0.4"
proc-macro2 = "0.4.8"
quote = "0.6"
syn = { version = "0.14", default-features = false }
wasm-bindgen = { path = "../..", default-features = false }
wasm-bindgen-backend = { path = "../backend", default-features = false }
syn = { version = "0.14", default-features = false }
wasm-bindgen = { path = "../..", default-features = false }
wasm-bindgen-backend = { path = "../backend", default-features = false }