keepsimple1 / mdns-sd

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

Bugfix: logging feature cannot be disabled #212

Closed keepsimple1 closed 2 months ago

keepsimple1 commented 2 months ago

Fixing issue #197 . The extra log:: in the logging line caused the following feature configuration fails to compile:

mdns-sd = { version = "0.11", default-features = false, features = ["async"] }

Also updated CI to catch such build issues in future.