From 26290a8d2314970c3bac6451ebd0ea3f5c93149e Mon Sep 17 00:00:00 2001 From: junderw Date: Thu, 12 Oct 2023 21:04:23 -0700 Subject: [PATCH] Unwind panics --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b6bad12..ef0292b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ tempfile = "3.0" [profile.release] lto = true -panic = 'abort' +panic = 'unwind' # This is default, but required, so explicitly writing it codegen-units = 1 [patch.crates-io.electrum-client]