mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 04:21:21 +00:00
Remove usage of syn's visit-mut
feature (#631)
Looks like we're the only one in the dependency graph enabling this, so let's try to cut down on compile times by not requiring it.
This commit is contained in:
@ -20,5 +20,5 @@ log = "0.4"
|
||||
proc-macro2 = "0.4.8"
|
||||
quote = '0.6'
|
||||
serde_json = "1.0"
|
||||
syn = { version = '0.14', features = ['full', 'visit-mut'] }
|
||||
syn = { version = '0.14', features = ['full', 'visit'] }
|
||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.15" }
|
||||
|
Reference in New Issue
Block a user