diff --git a/Cargo.toml b/Cargo.toml index 8fd747e..c66b8bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,3 @@ arch_x86_64 = { path = "arch/x86_64" } [features] default = [] live = [] - -[profile.dev] -panic = "unwind" - -[profile.release] -panic = "abort"