mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-30 19:41:56 +00:00
Upgrade to new versions of proc-macro2
Gonna get some nice spans back!
This commit is contained in:
@@ -14,8 +14,8 @@ Backend code generation of the wasm-bindgen tool
|
||||
spans = []
|
||||
|
||||
[dependencies]
|
||||
quote = '0.5'
|
||||
proc-macro2 = "0.3"
|
||||
quote = '0.6'
|
||||
proc-macro2 = "0.4"
|
||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.10" }
|
||||
syn = { version = '0.13', features = ['full', 'visit-mut'] }
|
||||
syn = { version = '0.14', features = ['full', 'visit-mut'] }
|
||||
serde_json = "1.0"
|
||||
|
Reference in New Issue
Block a user