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"