Skip to content

Commit

Permalink
add missing syn feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed May 6, 2024
1 parent af8d2f6 commit 65f46b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/derive-idol-err/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
syn = { workspace = true }
syn = { workspace = true, features = ["parsing", "printing"] }
quote = { workspace = true }
proc-macro2 = {workspace = true}

Expand Down

0 comments on commit 65f46b8

Please sign in to comment.