We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dbf8c commit 607b234Copy full SHA for 607b234
graphql_query_derive/Cargo.toml
@@ -11,6 +11,6 @@ proc-macro = true
11
12
[dependencies]
13
failure = "0.1"
14
-syn = "0.15.20"
+syn = { version = "0.15.20", features = ["extra-traits"] }
15
proc-macro2 = { version = "0.4", features = [] }
16
graphql_client_codegen = { path = "../graphql_client_codegen/", version = "0.5.1" }
0 commit comments