Don't make assumptions what features the rocket app might use. (#204)
This commit is contained in:
parent
4be687f73e
commit
569bc16415
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ repository = "https://github.com/graphql-rust/juniper"
|
|||
serde = { version = "1.0.2" }
|
||||
serde_json = { version = "1.0.2" }
|
||||
serde_derive = { version = "1.0.2" }
|
||||
juniper = { version = "0.9.2" , path = "../juniper"}
|
||||
juniper = { version = "0.9.2" , default-features = false, path = "../juniper"}
|
||||
|
||||
rocket = { version = "0.3.9" }
|
||||
rocket_codegen = { version = "0.3.9" }
|
||||
|
|
Loading…
Reference in a new issue