From e0675f3adfc93ec6057a8caecfc95bb38fe58f8d Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Mon, 12 Oct 2020 12:29:04 +0200 Subject: [PATCH] Remove futures-util's `async-await` feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fd6ead..9917ab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ features = ["async-std-runtime", "tokio-runtime", "gio-runtime", "async-tls", "a [dependencies] log = "0.4" -futures-util = { version = "0.3", default-features = false, features = ["async-await", "sink", "std"] } +futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } futures-io = { version = "0.3", default-features = false, features = ["std"] } pin-project = "0.4"