From d967bff70260e44109b3254ea04c4284c1f8f994 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Wed, 10 Sep 2025 17:55:40 +0200 Subject: [PATCH] Revert `debug = 'full'` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 384019313..9b845544b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ opt-level = 1 # Make anyhow `backtrace` feature useful. # With `debug = 0` there are no line numbers in the backtrace # produced with RUST_BACKTRACE=1. -debug = 'full' +debug = 1 opt-level = 0 [profile.fuzz]