mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 02:11:06 +00:00
Enable the visit
feature of syn
This commit is contained in:
parent
9035c6f9f5
commit
7d5f2e4152
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user