From 2872a2327d706b68ced3e2396ccc62539258b169 Mon Sep 17 00:00:00 2001 From: Stanislav Pastushenko Date: Wed, 10 Dec 2025 21:41:58 +0100 Subject: [PATCH] guitea build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dbcd3ee..253e148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rayon = "1.10" chrono = "0.4" + +[profile.release] +debug = false \ No newline at end of file