From 643b39b40ea8c302f5df9bcb33f337b480634190 Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Mon, 27 Dec 2021 00:47:17 +0100 Subject: [PATCH] Fix discovery compilation with-dns-sd --- discovery/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index 17edf286..0225ab68 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -27,7 +27,6 @@ tokio = { version = "1.0", features = ["parking_lot", "sync", "rt"] } [dependencies.librespot-core] path = "../core" -default_features = false version = "0.3.1" [dev-dependencies] @@ -36,4 +35,4 @@ hex = "0.4" tokio = { version = "1.0", features = ["macros", "parking_lot", "rt"] } [features] -with-dns-sd = ["dns-sd"] +with-dns-sd = ["dns-sd", "librespot-core/with-dns-sd"]