Skip to content

Commit ec76bf5

Browse files
committed
Fix cargo.toml in warp_async
1 parent 7135c07 commit ec76bf5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

examples/warp_async/Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ warp = "0.1.19"
1313
futures-preview = { version = "0.3.0-alpha.19", features = ["async-await", "compat"] }
1414
reqwest = "0.9.19"
1515

16-
#juniper_codegen = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
17-
#juniper = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
18-
#juniper_warp = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
19-
20-
juniper_codegen = { path = "../../juniper_codegen", features = ["async"] }
21-
juniper = { path = "../../juniper", features = ["async"] }
22-
juniper_warp = { path = "../../juniper_warp", features = ["async"] }
16+
juniper_codegen = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
17+
juniper = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
18+
juniper_warp = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }

0 commit comments

Comments
 (0)