mirror of https://github.com/rwf2/Rocket.git
Change `rocket_contrib` to not depend on default features from `rocket`.
This commit is contained in:
parent
4921af459f
commit
90296dde80
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue