Skip to content

Commit 883c4f8

Browse files
committed
Use unreleased graphql-parser
1 parent a6cdb8c commit 883c4f8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ documentation = "https://github.com/dotansimha/graphql-tools-rs"
1111
authors = ["Dotan Simha <[email protected]>"]
1212

1313
[dependencies]
14-
graphql-parser = "^0.4.0"
14+
# Until they release https://github.com/graphql-rust/graphql-parser/commit/0d93ac9310c2894a029d0eb912c3463875a535f9
15+
graphql-parser = { git = "https://github.com/graphql-rust/graphql-parser.git", rev = "8d76425d83c40670570cc325f57c730262f07456" }
1516
lazy_static = "1.4.0"
1617
serde = { version = "1.0", features = ["derive"] }
1718
serde_json = "1.0"
1819
serde_with = "2.2.0"
1920

2021
[dev-dependencies]
21-
graphql-parser = "0.4.0"
22+
# Until they release https://github.com/graphql-rust/graphql-parser/commit/0d93ac9310c2894a029d0eb912c3463875a535f9
23+
graphql-parser = { git = "https://github.com/graphql-rust/graphql-parser.git", rev = "8d76425d83c40670570cc325f57c730262f07456" }

0 commit comments

Comments
 (0)