Add panic = "abort" for exercises

This commit is contained in:
mo8it
2024-08-08 00:41:12 +02:00
parent 81bf0a6430
commit 4933ace50b
+6
View File
@@ -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"