mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1120
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 @sewnie on GitHub (Jan 26, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/349
@aome510 commented on GitHub (Jan 26, 2024):
@LucasFA can you take a look into this issue? Otherwise, I can take a look this weekend.
@LucasFA commented on GitHub (Jan 26, 2024):
Mmh. It could be Sinono3/souvlaki#46. What Rust version and OS are you on? I'll do a check on CI
Windows and MacOS.The error message is the exact same, so I am pretty confident that's it
@LucasFA commented on GitHub (Jan 26, 2024):
Yep, it seems that's the case. It breaks on 1.73 and older. Want to establish a MSRV policy for spotify-player?
Relatedly, I'm going to raise an issue and start trying to implement a more comprehensive CI suite, to avoid issues like this.
@aome510 commented on GitHub (Jan 26, 2024):
MSRV sounds good. Also thanks for taking on this, really appreciate ur contribution to the project ❤️ .
@apprehensions can you upgrade ur
rustand try again?@sewnie commented on GitHub (Jan 27, 2024):
I am on Alpine, and the maintainer of rust still has not updated to 1.75.0.
Edit: i am on rust
cargo 1.72.1, so i cannot use the latest master of spotify_player - a tagged release works fine.@LucasFA commented on GitHub (Jan 28, 2024):
I just got a notification: the souvlaki maintainer apparently has managed to reduce the MSRV! I think cargo install doesn't use the Cargo.lock, so it should theoretically compile now
https://github.com/Sinono3/souvlaki/issues/46#issuecomment-1913677248
@LucasFA commented on GitHub (Feb 15, 2024):
Just as a heads up, turns out Souvlaki is by far not the only dependency requiring rather new Rust versions. Current MSRV is 1.74