mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 16:01:23 +00:00
Enable the visit
feature of syn
This commit is contained in:
@ -14,5 +14,5 @@ Backend code generation of the wasm-bindgen tool
|
|||||||
quote = '0.5'
|
quote = '0.5'
|
||||||
proc-macro2 = { version = "0.3", features = ["nightly"] }
|
proc-macro2 = { version = "0.3", features = ["nightly"] }
|
||||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.3" }
|
wasm-bindgen-shared = { path = "../shared", version = "=0.2.3" }
|
||||||
syn = { version = '0.13', features = ['full'] }
|
syn = { version = '0.13', features = ['full', 'visit'] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
Reference in New Issue
Block a user