Add panic = "abort"

This commit is contained in:
mo8it 2024-03-29 01:25:32 +01:00
parent 3959570221
commit 0f18d599e9

View file

@ -36,3 +36,9 @@ winnow = "0.6.5"
assert_cmd = "2.0.14" assert_cmd = "2.0.14"
glob = "0.3.0" glob = "0.3.0"
predicates = "3.1.0" predicates = "3.1.0"
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"