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 8f88ca2 + 62e1b76 commit 89c4cc2Copy full SHA for 89c4cc2
graphql_client_codegen/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
10
[dependencies]
11
graphql-introspection-query = { version = "0.2.0", path = "../graphql-introspection-query" }
12
graphql-parser = "0.4"
13
-heck = "0.4.0"
+heck = ">=0.4, <=0.5"
14
lazy_static = "1.3"
15
proc-macro2 = { version = "^1.0", features = [] }
16
quote = "^1.0"
0 commit comments