Don't make assumptions what features the rocket app might use. (#204)

This commit is contained in:
Sharad Chand 2018-07-06 20:55:08 +05:45 committed by Christian Legnitto
parent 4be687f73e
commit 569bc16415

View file

@ -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" }