Skip to content

Commit

Permalink
Fix the no-default-features build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jul 21, 2023
1 parent 2c205be commit 5d131f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter/src/mdns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub use astro::MdnsService;
#[cfg(all(feature = "std", target_os = "macos"))]
pub use astro::MdnsUdpBuffers;

#[cfg(not(all(feature = "std", target_os = "macos")))]
#[cfg(any(feature = "std", feature = "embassy-net"))]
pub use builtin::MdnsRunBuffers;
#[cfg(not(all(feature = "std", target_os = "macos")))]
pub use builtin::MdnsService;
Expand Down

0 comments on commit 5d131f6

Please sign in to comment.