Skip to content

Commit 82e7352

Browse files
committed
fix path to graphql_client in GitHub example
1 parent 9d6e26c commit 82e7352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Tom Houlé <[email protected]>"]
55

66
[dependencies]
77
failure = "*"
8-
graphql_client = { path = ".." }
8+
graphql_client = { path = "../../graphql_client" }
99
serde = "1.0"
1010
serde_derive = "1.0"
1111
serde_json = "1.0"

0 commit comments

Comments
 (0)