Enable apresolve feature in librespot-core

Fixes #535
This commit is contained in:
Henrik Friedrichsen
2021-05-31 15:43:50 +02:00
parent c7b2c79251
commit 6749b543fa
2 changed files with 43 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ fern = "0.6"
futures = { version = "0.3", features = ["compat"] }
futures_01 = { version = "0.1", package = "futures" }
lazy_static = "1.3.0"
librespot-core = "0.2.0"
librespot-core = { version = "0.2.0", features = ["apresolve"] }
librespot-playback = "0.2.0"
librespot-protocol = "0.2.0"
log = "0.4.13"