diff --git a/Cargo.toml b/Cargo.toml index 65d5504..e9e2a98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] [profile.dev] -panic = "abort" +panic = "abort" # disable stack unwinding on panic [profile.release] -panic = "abort" \ No newline at end of file +panic = "abort" # disable stack unwinding on panic \ No newline at end of file