mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +00:00
Revert "Disable the span
feature temporarily"
This reverts commit 45b68870dc6cc58d7a272c470bc1ea20fa42d694.
This commit is contained in:
parent
e76f5537e0
commit
a10a0c8cfd
@ -11,7 +11,7 @@ Backend code generation of the wasm-bindgen tool
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
spans = []
|
spans = ["proc-macro2/nightly"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quote = '0.6'
|
quote = '0.6'
|
||||||
|
@ -14,7 +14,7 @@ Definition of the `#[wasm_bindgen]` attribute, an internal dependency
|
|||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
spans = ["wasm-bindgen-backend/spans"]
|
spans = ["proc-macro2/nightly", "wasm-bindgen-backend/spans"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = '0.14', features = ['full'] }
|
syn = { version = '0.14', features = ['full'] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user