This commit is contained in:
Thorsten Sommer 2024-06-11 21:03:56 +02:00
parent e7d0ca94d7
commit a39d9ba0ef
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -20,6 +20,7 @@ flexi_logger = "0.28"
log = "0.4"
[target.'cfg(target_os = "linux")'.dependencies]
# See issue https://github.com/tauri-apps/tauri/issues/4470
reqwest = { version = "0.12", features = ["native-tls-vendored"] }
[features]