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:
parent
5bcb80af8a
commit
858d2aa9d9
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue