From 8579a8ee686e2a57578c69100e2d4f19a5fa20bf Mon Sep 17 00:00:00 2001
From: Dirkjan Ochtman <dirkjan@ochtman.nl>
Date: Mon, 27 Jan 2020 11:37:57 +0100
Subject: Disable rocket's default features

---
 testing/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'testing')

diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 4aa80fe..3c9d4da 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -21,7 +21,7 @@ futures = { version = "0.3", optional = true }
 askama = { path = "../askama", version = "*" }
 bytes = { version = "0.5", optional = true }
 iron = { version = "0.6", optional = true }
-rocket = { version = "0.4", optional = true }
+rocket = { version = "0.4", default-features = false, optional = true }
 serde_json = { version = "1.0", optional = true }
 gotham = { version = "0.3", optional = true }
 mime = { version = "0.3", optional = true }
-- 
cgit