mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #195] Not building? #102
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#102
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 @hernangonzalez on GitHub (May 11, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/195
Describe the bug
cargo installfails with the following messageTo Reproduce
Just run cargo install, build will fail.
Environment
spotify_playerAdditional context
rustc 1.69.0 (84c898d65 2023-04-16)@aome510 commented on GitHub (May 11, 2023):
cargo installby default doesn't take into accountCargo.lockfile. Related issue: https://github.com/aome510/spotify-player/issues/116#issuecomment-1410862311This can be fixed with
--lockedflag.@aome510 commented on GitHub (May 14, 2023):
Will close this issue for now as I assume
--lockedshould fix it. Feel free to re-open if the issue still persists.