File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ warp = "0.1.19"
13
13
futures-preview = { version = " 0.3.0-alpha.19" , features = [" async-await" , " compat" ] }
14
14
reqwest = " 0.9.19"
15
15
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" ] }
You can’t perform that action at this time.
0 commit comments