Change `rocket_contrib` to not depend on default features from `rocket`.

This commit is contained in:
jeb 2019-01-29 23:44:55 -08:00
parent 4921af459f
commit 90296dde80
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ memcache_pool = ["databases", "memcache", "r2d2-memcache"]
[dependencies]
# Global dependencies.
rocket_contrib_codegen = { version = "0.4.0", path = "../codegen", optional = true }
rocket = { version = "0.4.0", path = "../../core/lib/" }
rocket = { version = "0.4.0", path = "../../core/lib/", default-features = false }
log = "0.4"
# Serialization and templating dependencies.