Skip to content

Commit

Permalink
chore: Specify exact syn features
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Apr 7, 2024
1 parent 0407966 commit 4a50eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ repository = "https://github.com/mcmah309/error_set"
proc-macro = true

[dependencies]
syn = { version = "^2.0.58", features = ["full"] }
syn = { version = "^2.0.58", default-features = false, features = ["parsing","derive","printing","proc-macro","clone-impls"] }
proc-macro2 = "^1.0.79"
quote = "^1.0.26"

0 comments on commit 4a50eb7

Please sign in to comment.