From ae0cbf00b11bfe195c9e6e3b4168a3dccacde983 Mon Sep 17 00:00:00 2001 From: Steffen Eiden Date: Wed, 29 Nov 2023 17:06:50 +0100 Subject: [PATCH] rust: Use default panic behaviour Reviewed-by: Marc Hartmayer Signed-off-by: Steffen Eiden --- rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 65a70a97..7ba1faa1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,4 +12,3 @@ license = "MIT" [profile.release] lto = true -panic = "abort"