From 90296dde803d0f4cf58e99c47e25c1c1dbc78237 Mon Sep 17 00:00:00 2001 From: jeb Date: Tue, 29 Jan 2019 23:44:55 -0800 Subject: [PATCH] Change `rocket_contrib` to not depend on default features from `rocket`. --- contrib/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lib/Cargo.toml b/contrib/lib/Cargo.toml index ba41c145..a7b08f9d 100644 --- a/contrib/lib/Cargo.toml +++ b/contrib/lib/Cargo.toml @@ -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.