Skip to content

Commit 2077f35

Browse files
authored
Merge pull request #213 from upsuper/unpin-parser
Unpin version of graphql-parser
2 parents c38385d + 2745714 commit 2077f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client_codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ serde = "^1.0.78"
1717
serde_derive = "1.0"
1818
serde_json = "1.0"
1919
heck = "0.3"
20-
graphql-parser = "=0.2.0"
20+
graphql-parser = "0.2.2"

0 commit comments

Comments
 (0)