From 3795bc241765301bd1cf6dfa110af936c5cd5ef7 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Fri, 13 Mar 2026 21:04:50 +0800 Subject: [PATCH] unwind instead of crash (#1030) --- 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 bdabd43..75b1aa4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -114,4 +114,4 @@ tempfile = "3" lto = true codegen-units = 1 strip = true -panic = "abort" +panic = "unwind"