Bug 1865629 - Fix the feature used in syn dependency for xpcom_macros. r=xpcom-reviewers,emilio

Differential Revision: https://phabricator.services.mozilla.com/D194075
This commit is contained in:
Brendan Abolivier 2023-11-20 15:49:02 +00:00
parent b385cabb2b
commit 0222188bbb

View file

@ -9,7 +9,7 @@ license = "MPL-2.0"
proc-macro = true proc-macro = true
[dependencies] [dependencies]
syn = "2" syn = { version = "2", features = ["full"] }
quote = "1" quote = "1"
proc-macro2 = "1" proc-macro2 = "1"
lazy_static = "1.0" lazy_static = "1.0"