Skip to content

Commit

Permalink
fix: extra-traits in syn-solidity (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich authored Jun 4, 2023
1 parent 5fac415 commit 8d086af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/syn-solidity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ repository.workspace = true
[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = [] }
syn = { workspace = true, features = ["extra-traits"] }

0 comments on commit 8d086af

Please sign in to comment.