mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Fix discovery compilation with-dns-sd
This commit is contained in:
parent
b622e3811e
commit
643b39b40e
1 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@ tokio = { version = "1.0", features = ["parking_lot", "sync", "rt"] }
|
||||||
|
|
||||||
[dependencies.librespot-core]
|
[dependencies.librespot-core]
|
||||||
path = "../core"
|
path = "../core"
|
||||||
default_features = false
|
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -36,4 +35,4 @@ hex = "0.4"
|
||||||
tokio = { version = "1.0", features = ["macros", "parking_lot", "rt"] }
|
tokio = { version = "1.0", features = ["macros", "parking_lot", "rt"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
with-dns-sd = ["dns-sd"]
|
with-dns-sd = ["dns-sd", "librespot-core/with-dns-sd"]
|
||||||
|
|
Loading…
Reference in a new issue