mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #915] Tokio 1.x #391
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#391
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @plugwash on GitHub (Nov 15, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/915
Hi
We have been looking to try and update rust crates in Debian. While Debian does have mechanisms for packaging multiple versions of a rust crate at once we try to use them only in exceptional circumstances.
Hence I am wondering if you have any plans to move to Tokio 1.x and whether there are any known blockers to doing so? I notice that rspotify already seems to have made the move.
@Rigellute commented on GitHub (Nov 17, 2021):
Hi @plugwash, one big problem with updating to the latest tokio is that we also need to bump rspotify, which brings a number of large breaking changes.
I was working on a major refactor to accomplish this and ran out of time. I really hope to get back to this at some point, but I'm finding I don't have much spare time at the moment.