From 19a994fce9bf6a03538bf538192bad4a16480f62 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 21 Oct 2024 12:37:28 -0700 Subject: [PATCH] bluez: Enable `sink` feature of `futures-channel` Fails to build without this. --- bluez/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluez/Cargo.toml b/bluez/Cargo.toml index 916fac7..22e3e17 100644 --- a/bluez/Cargo.toml +++ b/bluez/Cargo.toml @@ -9,7 +9,7 @@ categories = ["os::linux-apis"] keywords = ["dbus", "bluez", "zbus", "bluetooth"] [dependencies] -futures-channel.workspace = true +futures-channel = { workspace = true, features = ["sink"] } futures-util.workspace = true tracing.workspace = true zbus.workspace = true