Skip to content

Commit 607b234

Browse files
committed
Add extra-traits features to graphql-query-derive's syn dependency
1 parent d3dbf8c commit 607b234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_query_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ proc-macro = true
1111

1212
[dependencies]
1313
failure = "0.1"
14-
syn = "0.15.20"
14+
syn = { version = "0.15.20", features = ["extra-traits"] }
1515
proc-macro2 = { version = "0.4", features = [] }
1616
graphql_client_codegen = { path = "../graphql_client_codegen/", version = "0.5.1" }

0 commit comments

Comments
 (0)