blob: f63169f59cf06bf001419a72ba1e128c640d05a7 [file] [log] [blame]
Patrick Williams520786c2023-06-25 16:20:36 -05001Upstream-Status: Inappropriate [OE specific]
Patrick Williams213cb262021-08-07 19:21:33 -05002Signed-off-by: Armin Kuster <akuster808@gmail.com>
3
4Index: git/Cargo.toml
5===================================================================
6--- git.orig/Cargo.toml
7+++ git/Cargo.toml
Andrew Geissler2daf84b2023-03-31 09:57:23 -05008@@ -91,7 +91,7 @@ hsm-tests-pkcs11 = [ "hsm" ]
Patrick Williams213cb262021-08-07 19:21:33 -05009 # Make sure that Krill crashes on panics, rather than losing threads and
10 # limping on in a bad state.
11 [profile.release]
12-panic = "abort"
13+#panic = "abort"
14
15 [dev-dependencies]
Andrew Geissler2daf84b2023-03-31 09:57:23 -050016 regex = "1.5.5"