Merge pull request #20 from angelybo/use_official_libmdns

Pin to  official release of libmdns
This commit is contained in:
Kedar Sovani 2023-02-10 19:51:25 +05:30 committed by GitHub
commit 108385c1ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"