fix: use native tls by default for CLI

This commit is contained in:
ThetaDev 2024-08-10 14:12:39 +02:00
parent 02bf7ee7fe
commit 41febfd05c

View file

@ -11,7 +11,7 @@ categories.workspace = true
description = "CLI for RustyPipe - download videos and extract data from YouTube / YouTube Music" description = "CLI for RustyPipe - download videos and extract data from YouTube / YouTube Music"
[features] [features]
default = ["rustls-tls-native-roots"] default = ["native-tls"]
# Reqwest TLS options # Reqwest TLS options
native-tls = [ native-tls = [