From 9bd163506417067655e5dc39d9069c5b6e6dc084 Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Wed, 25 Sep 2024 19:49:57 +0800 Subject: [PATCH] using @tauri-apps/plugin-http replace @tauri-apps/api/http --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 651e8184a6f..c233cfe159d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -36,7 +36,7 @@ panic = "abort" # Strip expensive panic clean-up logic codegen-units = 1 # Compile crates one after another so the compiler can optimize better lto = true # Enables link to optimizations opt-level = "s" # Optimize for binary size -# strip = true # Remove debug symbols +strip = true # Remove debug symbols [features] # this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.