Skip to content

Commit 858d2aa

Browse files
committed
Pin to official release of libmdns
Libmdns 0.7.4 (https://crates.io/crates/libmdns/0.7.4) fixes responses on wildcard (255) quries.
1 parent 5bcb80a commit 858d2aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

matter/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ astro-dnssd = "0.3"
5959
# MDNS support
6060
[target.'cfg(target_os = "linux")'.dependencies]
6161
lazy_static = "1.4.0"
62-
# Patched copy of libmdns
63-
libmdns = { git = "https://github.com/angelybo/libmdns.git", branch = "return_all_on_query" }
62+
libmdns = { version = "0.7.4" }
6463

6564
[[example]]
6665
name = "onoff_light"

0 commit comments

Comments
 (0)