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.
2 parents 2ef29ad + de2db8c commit 6afd7d7Copy full SHA for 6afd7d7
graphql_client_codegen/Cargo.toml
@@ -11,7 +11,7 @@ failure = "0.1"
11
itertools = "0.7"
12
lazy_static = "1.0"
13
quote = "^0.6"
14
-syn = "0.14"
+syn = "0.15"
15
proc-macro2 = { version = "0.4", features = [] }
16
serde = "1.0"
17
serde_derive = "1.0"
graphql_query_derive/Cargo.toml
@@ -10,6 +10,6 @@ repository = "https://github.com/tomhoule/graphql-client"
10
proc-macro = true
[dependencies]
graphql_client_codegen = { path = "../graphql_client_codegen/", version = "0.4.0" }
0 commit comments