mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
Merge pull request #500 from camelid/syn-feature
Some checks are pending
Book / Book (push) Waiting to run
Book / Deploy (push) Blocked by required conditions
Test / Test (false, beta) (push) Waiting to run
Test / Test (false, stable) (push) Waiting to run
Test / Test (true, nightly) (push) Waiting to run
Test / Miri (push) Waiting to run
Some checks are pending
Book / Book (push) Waiting to run
Book / Deploy (push) Blocked by required conditions
Test / Test (false, beta) (push) Waiting to run
Test / Test (false, stable) (push) Waiting to run
Test / Test (true, nightly) (push) Waiting to run
Test / Miri (push) Waiting to run
Add missing `syn` feature requirement
This commit is contained in:
commit
56eb9c21e1
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ heck = "0.4"
|
|||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
eyre = "0.6.5"
|
||||
syn = { version = "2.0.64", features = ["visit-mut"] }
|
||||
syn = { version = "2.0.64", features = ["full", "visit-mut"] }
|
||||
synstructure = "0.13.1"
|
||||
|
|
Loading…
Reference in a new issue