-
-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer compiles (stable, beta and nightly) #1025
Comments
I have confirmed this is also impacting spotify-tui compilations with Rust 1.65.0 (as expected) that was just released:
This fix is quite simple: the
Once that is done I have confirmed
To further confirm running a
A quick PR with this |
@Rigellute this is a pretty critical issue as compilations of spotify-tui are completely broken on Rust 1.64.0 and beyond. This breaks any Linux distro or user trying to compile it as part of package management systems or directly from git. I have tested and verified the fix above and it looks like an automated Cargo.lock PR #990 already is opened with the required fix. When possible can that PR be merged and a new patch Crate version be released of spotify-tui (v0.25.1) to resolve this? |
Reference Funtoo Linux Bug tracking this: https://bugs.funtoo.org/browse/FL-10687 |
@Rigellute bump on this issue. Is there any possibility of someone reviewing PR #990, getting it merged and doing a quick patch version release of |
Doesn't build with Rust >= 1.64 Rigellute/spotify-tui#1025 Dead upstream (236 open issues, among which #1025 and #1000, 40 open PRs).
I think is due the the changes in the memory layout of
SocketAddrV4
( Rust-1.64, compatibility-notes).Updating some of our dependencies should fix it.
❯ rustc --version --verbose
The text was updated successfully, but these errors were encountered: