fix: properly specify subprojects' required features
This commit is contained in:
parent
8b74001a13
commit
bb044a88c6
2 changed files with 2 additions and 2 deletions
|
|
@ -12,4 +12,4 @@ proc-macro = true
|
|||
[dependencies]
|
||||
proc-macro2 = "1.0.95"
|
||||
quote = "1.0.37"
|
||||
syn = "2.0.79"
|
||||
syn = { version = "2.0.79", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue