From 68d3432801c5eefd56f11d980c66e074b60e9ed0 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 29 Mar 2021 10:47:58 +0100 Subject: [PATCH] fix feature flag --- actix-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-utils/Cargo.toml b/actix-utils/Cargo.toml index 2384c191..f2e98425 100644 --- a/actix-utils/Cargo.toml +++ b/actix-utils/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" actix-rt = { version = "2.0.0", default-features = false } actix-service = "2.0.0-beta.5" -futures-core = { version = "0.3.7", default-features = false } +futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] } futures-sink = { version = "0.3.7", default-features = false } local-waker = "0.1" log = "0.4"