From 0ba73fc44c7771975f761c5e2704d95ac5b18b10 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 18 Jun 2020 11:23:36 +0100 Subject: [PATCH] exclude default -web features on -actors (#1562) --- actix-web-actors/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-actors/Cargo.toml b/actix-web-actors/Cargo.toml index 8db7a35ef..746aca2d5 100644 --- a/actix-web-actors/Cargo.toml +++ b/actix-web-actors/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" [dependencies] actix = "0.10.0-alpha.2" -actix-web = "3.0.0-alpha.3" +actix-web = { version = "3.0.0-alpha.3", default-features = false } actix-http = "2.0.0-alpha.4" actix-codec = "0.2.0" bytes = "0.5.2"