mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-05 05:42:14 +02:00
15 lines
342 B
Diff
15 lines
342 B
Diff
See https://github.com/hrkfdn/ncspot/pull/1153
|
|
and https://github.com/hrkfdn/ncspot/issues/1159
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -73,7 +73,7 @@
|
|
|
|
[dependencies.rspotify]
|
|
default-features = false
|
|
-features = ["client-ureq", "ureq-rustls-tls"]
|
|
+features = ["client-ureq", "ureq-native-tls"]
|
|
version = "0.12.0"
|
|
|
|
[dependencies.cursive]
|