You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building without --locked is failing. This is known issue with librespot-0.1.3: #655
It was temporarily fixed by adding --locked parameter. But this has a side effect - build fails on systems with libressl v3+ because of outdated openssl-sys dependency in Cargo.lock.
Maybe better solution would be fending off the problematic librespot dependency version by adding this line to Cargo.toml:
librespot-core = "=0.1.1"
The text was updated successfully, but these errors were encountered:
kotelnik
added
the
bug
A functionality or parts of a program that do not work as intended
label
Nov 11, 2020
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Building without
--locked
is failing. This is known issue with librespot-0.1.3: #655It was temporarily fixed by adding
--locked
parameter. But this has a side effect - build fails on systems with libressl v3+ because of outdated openssl-sys dependency in Cargo.lock.Maybe better solution would be fending off the problematic librespot dependency version by adding this line to Cargo.toml:
The text was updated successfully, but these errors were encountered: