Skip to content

Commit

Permalink
Disable unused features in the syn crate
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Sep 12, 2024
1 parent 575d462 commit 537c4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ proc-macro = true

[dependencies]
zalgo-codec-common = { path = "../common", default-features = false }
syn = "2.0"
syn = { version = "2.0", default-features = false, features = ["parsing", "printing", "proc-macro"] }

0 comments on commit 537c4bf

Please sign in to comment.