mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #460] cannot build ncspot with cargo #289
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#289
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 @dmaglio on GitHub (Apr 13, 2020).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/460
@ghost commented on GitHub (Apr 15, 2020):
Same here.
@otceliker commented on GitHub (Apr 15, 2020):
Had the same problem. Cloning the ncspot repository and compiling with
cargo build --releasesolved it for me, if it helps.@ghost commented on GitHub (Apr 15, 2020):
You're right @otceliker, this worked. Thank you for the hint.
@ashthespy commented on GitHub (Apr 17, 2020):
Any other crate that uses
librespot-protocolwill run into this issue, as we don't pin our version, and https://github.com/stepancheg/rust-protobuf/pull/406 breaks our parsing..@Johannesd3 commented on GitHub (May 4, 2021):
Seems it was fixed by
e97911e3cf8 months ago. We could remove the version restriction again.