mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-29 13:06:06 +03: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'
|
||||
proc-macro2 = { version = "0.3", features = ["nightly"] }
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user