Enable the visit feature of syn

This commit is contained in:
Alex Crichton 2018-04-18 07:15:53 -07:00
parent 9035c6f9f5
commit 7d5f2e4152

View File

@ -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"