diff --git a/Cargo.toml b/Cargo.toml index f76f1a7c..37c1a05d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,3 @@ edition = "2018" [dependencies] bootloader = "0.8.0" - -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort"