Merge pull request #20 from angelybo/use_official_libmdns
Pin to official release of libmdns
This commit is contained in:
commit
108385c1ca
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue