keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
88 stars 38 forks source link

Fix flaky test #198

Closed oysteintveit-nordicsemi closed 2 months ago

oysteintveit-nordicsemi commented 2 months ago

Seems like the subtype test has become flaky, after I accidentally named the service equally for the hostname resolution test from #192. This PR fixes that, as well as adding some dependencies for capturing output logs made by the log macros.

oysteintveit-nordicsemi commented 2 months ago

Seems like the MSRV of env_logger version 0.11.3 is 1.71. Should I remove the extra test dependencies in favor of keeping this project's MSRV to 1.63.0?