From 8b783f2e8e8a9e1ea9388ab492173d3a059323ab Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 21 May 2025 14:13:39 -0700 Subject: [PATCH] bluez: Add required `futures-util` feature --- bluez/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluez/Cargo.toml b/bluez/Cargo.toml index 22e3e17..9d10ee2 100644 --- a/bluez/Cargo.toml +++ b/bluez/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["dbus", "bluez", "zbus", "bluetooth"] [dependencies] futures-channel = { workspace = true, features = ["sink"] } -futures-util.workspace = true +futures-util = {workspace = true, features = ["sink"] } tracing.workspace = true zbus.workspace = true