mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 21:11:22 +00:00
Fix compile on latest nightly (#489)
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user