From f99764fcffdb39deb7bc5a83ff7b9444a0a22c92 Mon Sep 17 00:00:00 2001 From: Orville Bennett Date: Sun, 28 Jun 2026 14:14:19 -0400 Subject: [PATCH] fix: remove panic=abort so catch_unwind guards PDF extraction. Fixes #530 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f88df1c2..7221897d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,6 @@ required-features = ["load_seed_bin"] lto = "thin" codegen-units = 1 opt-level = 3 -panic = "abort" strip = true [profile.dev]