From 7a372fc60efda94cd9af4eda09c4e56317ed969c Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 12 Dec 2024 14:01:09 -0600 Subject: don't abort on panic Signed-off-by: Matt Strapp --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f9af5c7..e52ac6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ members = ["wwb"] [profile.release] strip = true lto = true -panic = "abort" +#panic = "abort" -- cgit v1.2.3