diff --git a/Cargo.toml b/Cargo.toml index 8671b38..8821da7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,4 @@ rustls = "0.17.0" [profile.release] lto = true codegen-units = 1 +panic = "abort"