Skip to content

Commit

Permalink
Merge pull request #500 from camelid/syn-feature
Browse files Browse the repository at this point in the history
Add missing `syn` feature requirement
  • Loading branch information
nikomatsakis authored Jun 17, 2024
2 parents 283ccda + 19b40c3 commit 56eb9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/salsa-2022-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 56eb9c2

Please sign in to comment.