From a2ff3747879cce8d9769b9b6df31e086ee8dd781 Mon Sep 17 00:00:00 2001 From: Felix Prillwitz Date: Wed, 24 Sep 2025 22:26:36 +0200 Subject: [PATCH] fix: add missing feature for avahi --- discovery/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index 2f86d5ac..148f2888 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -13,7 +13,7 @@ edition.workspace = true default = ["with-libmdns", "native-tls"] # Discovery backends -with-avahi = ["dep:serde", "dep:zbus"] +with-avahi = ["dep:serde", "dep:zbus", "futures-util/async-await-macro"] with-dns-sd = ["dep:dns-sd"] with-libmdns = ["dep:libmdns"]