diff --git a/Cargo.toml b/Cargo.toml index 1dbe06d..3e6554d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2024" [profile.dev] -panic = "abort" +panic = "abort" # disable stack unwinding on panic [profile.release] -panic = "abort" +panic = "abort" # disable stack unwinding on panic [dependencies]