migrate to futures 0.3
This commit is contained in:
@@ -21,7 +21,8 @@ crossbeam-channel = "0.4"
|
||||
directories = "2.0"
|
||||
failure = "0.1"
|
||||
fern = "0.5"
|
||||
futures = "0.1"
|
||||
futures = { version = "0.3", features = ["compat"] }
|
||||
futures_01 = { version = "0.1", package = "futures" }
|
||||
lazy_static = "1.3.0"
|
||||
librespot-core = "0.1.1"
|
||||
librespot-playback = "0.1.1"
|
||||
@@ -31,7 +32,6 @@ rspotify = "0.8"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
toml = "0.5"
|
||||
tokio = "0.1"
|
||||
tokio-core = "0.1"
|
||||
tokio-timer = "0.2"
|
||||
unicode-width = "0.1.5"
|
||||
|
||||
Reference in New Issue
Block a user