Remove profile.{dev, release}.panic keys from Cargo.toml

This commit is contained in:
Philipp Oppermann
2019-09-13 17:42:06 +02:00
parent 621364bd1b
commit 99a7231d52

View File

@@ -6,9 +6,3 @@ edition = "2018"
[dependencies]
bootloader = "0.8.0"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"