From feedca9de86b1c2b9d55d8fb58fad24562898d0b Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Tue, 6 May 2025 15:08:24 +0200 Subject: [PATCH] Enable errors backtrace always (#3199) --- libafl/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index 471f6cebf0..c24e38f26f 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -40,6 +40,7 @@ default = [ "serdeany_autoreg", "libafl_bolts/xxh3", "simd", + "errors_backtrace", ] document-features = ["dep:document-features"]