Skip to content

Commit

Permalink
chore: Disable default features of proc-macro-error
Browse files Browse the repository at this point in the history
This allows to not add syn 1 to the dependency tree as it is not used.
  • Loading branch information
zecakeh authored Apr 11, 2024
1 parent df2afd8 commit 402d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro = true
[dependencies]
quote = "1"
proc-macro2 = "1"
proc-macro-error = "1"
proc-macro-error = { version = "1", default-features = false }
itertools = "0.10"
syn = "2"
include_dir = "0.7"
Expand Down

0 comments on commit 402d3d7

Please sign in to comment.