mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 13:01:22 +00:00
Don't enable nightly
feature of proc-macro2
This is no longer needed as of rustc 1.30.0 and the `proc-macro2` crate will now automatically detect whether it can use spans or not!
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user