Fix cargo.toml in warp_async
This commit is contained in:
parent
7135c07ae5
commit
ec76bf5ff2
1 changed files with 3 additions and 7 deletions
|
@ -13,10 +13,6 @@ warp = "0.1.19"
|
|||
futures-preview = { version = "0.3.0-alpha.19", features = ["async-await", "compat"] }
|
||||
reqwest = "0.9.19"
|
||||
|
||||
#juniper_codegen = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
|
||||
#juniper = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
|
||||
#juniper_warp = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
|
||||
|
||||
juniper_codegen = { path = "../../juniper_codegen", features = ["async"] }
|
||||
juniper = { path = "../../juniper", features = ["async"] }
|
||||
juniper_warp = { path = "../../juniper_warp", features = ["async"] }
|
||||
juniper_codegen = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
|
||||
juniper = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
|
||||
juniper_warp = { git = "https://github.com/graphql-rust/juniper", branch = "async-await", features = ["async"] }
|
||||
|
|
Loading…
Reference in a new issue