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