Skip to content

Commit

Permalink
fix missing syn feature
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Nov 13, 2021
1 parent 98a9183 commit 5c3842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ regex = []
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["derive", "parsing", "printing", "proc-macro"], default-features = false }
syn = { version = "1.0", features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"], default-features = false }

0 comments on commit 5c3842c

Please sign in to comment.