events: Add missing syn cargo feature
`cargo check --workspace` worked without it because it was activated from elsewhere
This commit is contained in:
parent
4d3cb94d99
commit
6667a841b9
@ -19,7 +19,7 @@ version = "0.22.0-alpha.3"
|
||||
proc-macro-crate = "1.0.0"
|
||||
proc-macro2 = "1.0.24"
|
||||
quote = "1.0.8"
|
||||
syn = { version = "1.0.57", features = ["full"] }
|
||||
syn = { version = "1.0.57", features = ["extra-traits", "full"] }
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user