Fix: native-tls Feature für librespot-oauth aktiviert

--no-default-features deaktiviert auch native-tls, das librespot-oauth
als Pflicht-Feature benötigt (compile_error wenn keins der TLS-Features
aktiv ist). native-tls explizit wieder hinzufügen.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 14:05:03 +02:00
parent 71a0d20638
commit 5bcf9fca53

View File

@@ -26,6 +26,7 @@ RUN cargo install \
--tag v0.7.0 \ --tag v0.7.0 \
--locked \ --locked \
--no-default-features \ --no-default-features \
--features "native-tls" \
--root /install \ --root /install \
librespot librespot