From 858d2aa9d923c3b289a6002887d1b4239d831941 Mon Sep 17 00:00:00 2001 From: Angel Yankov Date: Fri, 10 Feb 2023 15:51:29 +0200 Subject: [PATCH] Pin to official release of libmdns Libmdns 0.7.4 (https://crates.io/crates/libmdns/0.7.4) fixes responses on wildcard (255) quries. --- matter/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/matter/Cargo.toml b/matter/Cargo.toml index 7fee77f..11bc35f 100644 --- a/matter/Cargo.toml +++ b/matter/Cargo.toml @@ -59,8 +59,7 @@ astro-dnssd = "0.3" # MDNS support [target.'cfg(target_os = "linux")'.dependencies] lazy_static = "1.4.0" -# Patched copy of libmdns -libmdns = { git = "https://github.com/angelybo/libmdns.git", branch = "return_all_on_query" } +libmdns = { version = "0.7.4" } [[example]] name = "onoff_light"