1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-08 09:09:17 +01:00

Add panic = "abort"

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

@ -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"