Skip to content

Commit

Permalink
missing syn feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 4, 2024
1 parent 70142ab commit e07b81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frozen-abi/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true, features = ["full", "extra-traits", "parsing"] }
syn = { workspace = true, features = ["full", "extra-traits", "parsing", "proc-macro"] }

[build-dependencies]
rustc_version = { workspace = true }

0 comments on commit e07b81c

Please sign in to comment.