Skip to content

Commit 2ef29ad

Browse files
authored
Merge pull request #124 from h-michael/upgrade-parser
Upgrade graphql-parser to v0.2.2
2 parents a8be7ac + c9bfb0f commit 2ef29ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["network-programming", "web-programming", "wasm"]
1212
failure = "0.1"
1313
quote = "0.3"
1414
graphql_query_derive = {path = "./graphql_query_derive", version = "0.4.0"}
15-
graphql-parser = "0.2.0"
15+
graphql-parser = "0.2.2"
1616
serde = "1.0"
1717
serde_derive = "1.0"
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)