aports/community/ncspot/no-rustls.patch
2024-03-31 20:05:53 +00:00

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]