Skip to content

Commit

Permalink
Enable 'extra-traits' feature for syn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Aug 10, 2019
1 parent b1f3992 commit 584973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy_static = "1.3.0"
proc-macro-hack = "0.5"
proc-macro2 = "0.4"
quote = "0.6"
syn = { version = "^0.15.34", features = ["full"] }
syn = { version = "^0.15.34", features = ["full", "extra-traits"] }

[dev-dependencies]
yew = { path = "../.." }
Expand Down

0 comments on commit 584973c

Please sign in to comment.