Skip to content

Commit

Permalink
Remove unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird authored and d-e-s-o committed Oct 11, 2023
1 parent 1711560 commit 232a891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ trace = []
log = []

[dependencies]
proc-macro2 = "1.0"
quote = {version = "1.0"}
syn = {version = "1.0", features = ["extra-traits", "full"]}
proc-macro2 = {version = "1.0", default-features = false}
quote = {version = "1.0", default-features = false}
syn = {version = "1.0", default-features = false, features = ["full", "parsing", "printing", "proc-macro"]}

[dev-dependencies]
env_logger = {version = "0.9", default-features = false}
Expand Down

0 comments on commit 232a891

Please sign in to comment.