forked from mirrors/gecko-dev
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:
parent
b385cabb2b
commit
0222188bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ license = "MPL-2.0"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "2"
|
||||
syn = { version = "2", features = ["full"] }
|
||||
quote = "1"
|
||||
proc-macro2 = "1"
|
||||
lazy_static = "1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue