From c846630e0d31afb61ae9365dbe34ed54bfc3adf5 Mon Sep 17 00:00:00 2001 From: "Matthieu Le brazidec (r3v2d0g)" Date: Mon, 21 Dec 2020 18:13:05 +0100 Subject: [PATCH] Enable 'futures-util/alloc' feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e56736..3783c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tls-rust = ["tokio-rustls", "webpki-roots"] [dependencies] chrono = "0.4.0" encoding = "0.2.0" -futures-util = { version = "0.3.0", default-features = false, features = ["sink"] } +futures-util = { version = "0.3.0", default-features = false, features = ["alloc", "sink"] } irc-proto = { version = "0.14.0", path = "irc-proto" } log = "0.4.0" parking_lot = "0.11.0"