blob: dc26416a3d938897f663a32175e7a03396b1de13 [file] [log] [blame]
Patrick Williams213cb262021-08-07 19:21:33 -05001Upstream-Status: OE specific
2Signed-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"