fix: use native tls by default for CLI
This commit is contained in:
parent
02bf7ee7fe
commit
41febfd05c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Reference in a new issue