Skip to content

Commit

Permalink
Merge pull request #624 from SeaQL/syn-features
Browse files Browse the repository at this point in the history
fix: enable required `syn` features
  • Loading branch information
ikrivosheev authored Mar 20, 2023
2 parents 1c9a665 + cc9cde7 commit b9c5438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-query-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.60"
proc-macro = true

[dependencies]
syn = { version = "1", default-features = false }
syn = { version = "1", default-features = false, features = ["parsing", "proc-macro", "derive", "printing"] }
quote = { version = "1", default-features = false }
heck = { version = "0.4", default-features = false }
proc-macro2 = { version = "1", default-features = false }
Expand Down

0 comments on commit b9c5438

Please sign in to comment.