summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 690aecc..9224364 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,3 +36,9 @@ winnow = "0.6.5"
assert_cmd = "2.0.14"
glob = "0.3.0"
predicates = "3.1.0"
+
+[profile.release]
+panic = "abort"
+
+[profile.dev]
+panic = "abort"