mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
fix(updater): Enable rustls-tls feature flag by default (#1175)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"updater": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
**Breaking change:** The `rustls-tls` feature flag is now enabled by default.
|
||||||
@@ -51,6 +51,7 @@ flate2 = "1"
|
|||||||
mockito = "0.31"
|
mockito = "0.31"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
default = [ "rustls-tls" ]
|
||||||
native-tls = ["reqwest/native-tls"]
|
native-tls = ["reqwest/native-tls"]
|
||||||
native-tls-vendored = ["reqwest/native-tls-vendored"]
|
native-tls-vendored = ["reqwest/native-tls-vendored"]
|
||||||
rustls-tls = ["reqwest/rustls-tls"]
|
rustls-tls = ["reqwest/rustls-tls"]
|
||||||
|
|||||||
Reference in New Issue
Block a user