diff --git a/Cargo.toml b/Cargo.toml index 9a29b269..90b04d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,3 @@ edition = "2021" [dependencies] bootloader_api = "0.11.0" - -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort"