mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
Merge pull request #762 from alexcrichton/no-nightly
Don't enable `nightly` feature of `proc-macro2`
This commit is contained in:
commit
4a9a2af2fc
@ -11,7 +11,7 @@ Backend code generation of the wasm-bindgen tool
|
||||
"""
|
||||
|
||||
[features]
|
||||
spans = ["proc-macro2/nightly"]
|
||||
spans = []
|
||||
extra-traits = ["syn/extra-traits"]
|
||||
|
||||
[dependencies]
|
||||
|
@ -11,7 +11,7 @@ The part of the implementation of the `#[wasm_bindgen]` attribute that is not in
|
||||
"""
|
||||
|
||||
[features]
|
||||
spans = ["proc-macro2/nightly", "wasm-bindgen-backend/spans"]
|
||||
spans = ["wasm-bindgen-backend/spans"]
|
||||
extra-traits = ["syn/extra-traits"]
|
||||
|
||||
[dependencies]
|
||||
|
@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rustwasm/wasm-bindgen"
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = { version = "0.4", features = ['nightly'] }
|
||||
proc-macro2 = "0.4"
|
||||
quote = "0.6"
|
||||
|
||||
[lib]
|
||||
|
Loading…
x
Reference in New Issue
Block a user