summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index 7f3acb5..d814ba2 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -195,3 +195,9 @@ name = "exercises"
edition = "2021"
# Don't publish the exercises on crates.io!
publish = false
+
+[profile.release]
+panic = "abort"
+
+[profile.dev]
+panic = "abort"