From b7434e0b1a22d23f8f739490abba18c896ca5d4e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 4 Jan 2022 13:48:34 -0800 Subject: chore(windows-kernel-rs): remove unused profiles --- crates/windows-kernel-rs/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/windows-kernel-rs/Cargo.toml b/crates/windows-kernel-rs/Cargo.toml index a22660c..6c8b218 100644 --- a/crates/windows-kernel-rs/Cargo.toml +++ b/crates/windows-kernel-rs/Cargo.toml @@ -23,12 +23,6 @@ name = "safe_framework" crate-type = ["cdylib"] path = "examples/safe_framework/src/lib.rs" -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort" - [features] default = ["alloc"] alloc = [] -- cgit v1.2.3