Closed keepsimple1 closed 6 months ago
Fixing issue #197 . The extra log:: in the logging line caused the following feature configuration fails to compile:
log::
mdns-sd = { version = "0.11", default-features = false, features = ["async"] }
Also updated CI to catch such build issues in future.
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.