diff --git a/Cargo.toml b/Cargo.toml index 7c8609e7..b6f8ccd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,3 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] - -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort"