We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcb80a commit 858d2aaCopy full SHA for 858d2aa
matter/Cargo.toml
@@ -59,8 +59,7 @@ astro-dnssd = "0.3"
59
# MDNS support
60
[target.'cfg(target_os = "linux")'.dependencies]
61
lazy_static = "1.4.0"
62
-# Patched copy of libmdns
63
-libmdns = { git = "https://github.com/angelybo/libmdns.git", branch = "return_all_on_query" }
+libmdns = { version = "0.7.4" }
64
65
[[example]]
66
name = "onoff_light"
0 commit comments