diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4898b85..b27a0fb 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -5,11 +5,3 @@ members = [ ] resolver = "2" -# the profile used for `cargo build` -[profile.dev] -panic = "abort" # disable stack unwinding on panic - -# the profile used for `cargo build --release` -[profile.release] -panic = "abort" # disable stack unwinding on panic -