Disable compat feature in futures
It's not needed anymore.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user