Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 1 | Upstream-Status: OE specific |
| 2 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
| 3 | |
| 4 | Index: git/Cargo.toml |
| 5 | =================================================================== |
| 6 | --- git.orig/Cargo.toml |
| 7 | +++ git/Cargo.toml |
| 8 | @@ -71,7 +71,7 @@ static-openssl = [ "openssl/vendored" ] |
| 9 | # 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] |
| 16 | # for user management |