From 2de26a5906915f23f1d4b1b8b415d32cdad9141d Mon Sep 17 00:00:00 2001 From: Justin Kilpatrick Date: Fri, 26 Apr 2019 14:42:33 -0400 Subject: [PATCH] Use actix-web without default features (#6) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27e192ba0..95a7a68cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT/Apache-2.0" exclude = [".travis.yml", ".gitignore"] [dependencies] -actix-web = "0.7" +actix-web = { version = "0.7", default_features = false } bytes = "0.4" base64 = "0.9"