Disable compat feature in futures

It's not needed anymore.
This commit is contained in:
Henrik Friedrichsen
2022-03-26 23:25:19 +01:00
parent 9623229e0e
commit f168434941
2 changed files with 3 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ reqwest = { version = "0.11", features = ["blocking", "json"] }
crossbeam-channel = "0.5"
platform-dirs = "0.3.0"
fern = "0.6"
futures = { version = "0.3", features = ["compat"] }
futures = "0.3"
lazy_static = "1.3.0"
librespot-core = "0.3.1"
librespot-playback = "0.3.1"