Skip to content

Commit 9e4155e

Browse files
committed
Fix examples
1 parent 0e2c7e5 commit 9e4155e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/github/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "graphql_query_github_example"
33
version = "0.1.0"
44
authors = ["Tom Houlé <[email protected]>"]
5+
edition = "2018"
56

67
[dependencies]
78
failure = "*"

examples/web/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ lto = "thin"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14+
graphql_client = { path = "../../graphql_client" }
1415
graphql_client_web = { path = "../../graphql_client_web" }
1516
wasm-bindgen = "0.2.12"
1617
serde = { version = "1.0.67", features = ["derive"] }

0 commit comments

Comments
 (0)