From 9026f616e620426535bf095848fe355e25911d62 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 27 Jan 2020 11:49:43 +0100 Subject: Disable Gotham's default features --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 3c9d4da..f093892 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -23,7 +23,7 @@ bytes = { version = "0.5", optional = true } iron = { version = "0.6", optional = true } rocket = { version = "0.4", default-features = false, optional = true } serde_json = { version = "1.0", optional = true } -gotham = { version = "0.3", optional = true } +gotham = { version = "0.3", default-features = false, optional = true } mime = { version = "0.3", optional = true } hyper = { version = "0.12", optional = true } -- cgit