summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-29 01:25:32 +0100
committermo8it <mo8it@proton.me>2024-03-29 01:25:32 +0100
commit0f18d599e92189d5f3ba085dcb4c8c4da9c7f584 (patch)
tree8ac2b4de6b1a2e6b7987fecca3ef4f01d38226a0
parent3959570221c88bf7bebbc7427236ae5c90d9d630 (diff)
Add panic = "abort"
-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"