Pin to official release of libmdns

Libmdns 0.7.4 (https://crates.io/crates/libmdns/0.7.4) fixes responses
on wildcard (255) quries.
This commit is contained in:
Angel Yankov 2023-02-10 15:51:29 +02:00
parent 5bcb80af8a
commit 858d2aa9d9

View file

@ -59,8 +59,7 @@ astro-dnssd = "0.3"
# MDNS support # MDNS support
[target.'cfg(target_os = "linux")'.dependencies] [target.'cfg(target_os = "linux")'.dependencies]
lazy_static = "1.4.0" lazy_static = "1.4.0"
# Patched copy of libmdns libmdns = { version = "0.7.4" }
libmdns = { git = "https://github.com/angelybo/libmdns.git", branch = "return_all_on_query" }
[[example]] [[example]]
name = "onoff_light" name = "onoff_light"