Skip to content

Commit 108385c

Browse files
authored
Merge pull request #20 from angelybo/use_official_libmdns
Pin to official release of libmdns
2 parents 5bcb80a + 858d2aa commit 108385c

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)