bluez: Add required futures-util feature

This commit is contained in:
Ian Douglas Scott 2025-05-21 14:13:39 -07:00 committed by Michael Murphy
parent 19a994fce9
commit 8b783f2e8e

View file

@ -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