Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Mar 22, 2021
1 parent b36b5c4 commit 5ed6f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tide/dataloader-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-graphql = { path = "../../.." }
async-graphql = { path = "../../..", features = ["dataloader"] }
async-graphql-tide = { path = "../../../integrations/tide" }
async-std = "1.9.0"
async-trait = "0.1.42"
Expand Down
2 changes: 1 addition & 1 deletion tide/dataloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018"

[dependencies]
async-graphql = { path = "../../.." }
async-graphql = { path = "../../..", features = ["dataloader"] }
async-graphql-tide = { path = "../../../integrations/tide" }
tide = "0.16"
async-std = "1.9.0"
Expand Down

0 comments on commit 5ed6f98

Please sign in to comment.