From a39d9ba0ef2020a3986bcd3b7597265ff58c4df5 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 11 Jun 2024 21:03:56 +0200 Subject: [PATCH] Added comment with a link to https://github.com/tauri-apps/tauri/issues/4470 --- runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9ea43ce8..1c180171 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -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]