mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-29 04:31:33 +00:00
backend: All AST types should implement Debug
This commit is contained in:
@ -17,5 +17,5 @@ spans = ["proc-macro2/nightly"]
|
||||
quote = '0.6'
|
||||
proc-macro2 = "0.4"
|
||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.11" }
|
||||
syn = { version = '0.14', features = ['full', 'visit-mut'] }
|
||||
syn = { version = '0.14', features = ['extra-traits', 'full', 'visit-mut'] }
|
||||
serde_json = "1.0"
|
||||
|
Reference in New Issue
Block a user