From b03b9c1ad47535ce3c6d6d41449d4926686c104a Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 12 Jul 2018 22:49:18 +0200 Subject: [PATCH] Use no features of actix-web --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f8e099c..c8bd18fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ term-painter = "0.2" url = "1.5" # Below is for the serve cmd actix = "~0.5" -actix-web = "~0.6" +actix-web = { version = "~0.6", features = [] } notify = "4" ws = "0.7" ctrlc = "3"