mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #375] Cargo.lock is invalid #156
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#156
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 @Jannik2099 on GitHub (Apr 2, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/375
Affected version: v0.17.1 , possibly others
The Cargo.lock file is invalid, it contains wrong package versions. This causes an issue with offline builds. Regenerating the lock file with
cargo generate-lockfilefixes this.Not a high priority fix by any means, but confused me when I tried to package the new version.
@Rigellute commented on GitHub (Apr 3, 2020):
Thanks for letting me know! Not sure how this happened!