Skip to content

Commit ce56ca1

Browse files
committed
native-tls everywhere
1 parent 2ae4d52 commit ce56ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repository = "https://github.com/michaelherger/librespot"
3636
edition = "2024"
3737

3838
[features]
39-
default = ["rustls-tls-webpki-roots", "passthrough-decoder", "spotty", "with-libmdns"]
39+
default = ["native-tls", "passthrough-decoder", "spotty", "with-libmdns"]
4040

4141
# TLS backends (mutually exclusive - compile-time checks in oauth/src/lib.rs)
4242
# Note: Feature validation is in oauth crate since it's compiled first in the dependency tree.

playback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition.workspace = true
1010

1111
[features]
1212
# Refer to the workspace Cargo.toml for the list of features
13-
default = ["rustls-tls-webpki-roots", "passthrough-decoder", "spotty"]
13+
default = ["native-tls", "passthrough-decoder", "spotty"]
1414

1515
# Audio backends
1616
alsa-backend = ["dep:alsa"]

0 commit comments

Comments
 (0)