mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00
Remove usage of deprecated BoxFuture, BoxStream and BoxSink
This commit is contained in:
parent
0bdf9aa080
commit
5237203899
8 changed files with 36 additions and 38 deletions
|
@ -264,7 +264,7 @@ impl Main {
|
|||
spirc: None,
|
||||
spirc_task: None,
|
||||
shutdown: false,
|
||||
signal: tokio_signal::ctrl_c(&handle).flatten_stream().boxed(),
|
||||
signal: Box::new(tokio_signal::ctrl_c(&handle).flatten_stream()),
|
||||
};
|
||||
|
||||
if setup.enable_discovery {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue