bluez: Enable sink feature of futures-channel

Fails to build without this.
This commit is contained in:
Ian Douglas Scott 2024-10-21 12:37:28 -07:00 committed by Michael Murphy
parent 0eee63a96c
commit 19a994fce9

View file

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