From 631c41b171fe5c9c7c053eb319807f6628655e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:30:12 +0300 Subject: [PATCH] build: panic = "abort" --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 38566a0..f4a5455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ opt-level = 3 overflow-checks = true lto = true codegen-units = 1 +panic = "abort" [lints.rust] unsafe_code = "forbid"