mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix: adjust Cargo features to fix android build (#375)
This commit is contained in:
committed by
GitHub
parent
ba4ef9a037
commit
fdec66c69f
@@ -35,7 +35,6 @@ mockito = "0.31"
|
||||
tokio-test = "0.4.2"
|
||||
|
||||
[features]
|
||||
default = [ "native-tls-vendored" ]
|
||||
native-tls = [ "reqwest/native-tls" ]
|
||||
native-tls-vendored = [ "reqwest/native-tls-vendored" ]
|
||||
rustls-tls = [ "reqwest/rustls-tls" ]
|
||||
|
||||
Reference in New Issue
Block a user