Skip to content

Commit 5c3842c

Browse files
committed
fix missing syn feature
1 parent 98a9183 commit 5c3842c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ regex = []
2020
[dependencies]
2121
proc-macro2 = "1.0"
2222
quote = "1.0"
23-
syn = { version = "1.0", features = ["derive", "parsing", "printing", "proc-macro"], default-features = false }
23+
syn = { version = "1.0", features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"], default-features = false }

0 commit comments

Comments
 (0)