Skip to content

Commit 569bc16

Browse files
pepsighanLegNeato
authored andcommitted
Don't make assumptions what features the rocket app might use. (#204)
1 parent 4be687f commit 569bc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_rocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/graphql-rust/juniper"
1414
serde = { version = "1.0.2" }
1515
serde_json = { version = "1.0.2" }
1616
serde_derive = { version = "1.0.2" }
17-
juniper = { version = "0.9.2" , path = "../juniper"}
17+
juniper = { version = "0.9.2" , default-features = false, path = "../juniper"}
1818

1919
rocket = { version = "0.3.9" }
2020
rocket_codegen = { version = "0.3.9" }

0 commit comments

Comments
 (0)