From c86f7bb93802405407dbd0c60d315593fdec995c Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 26 Jul 2023 16:18:25 +0200 Subject: [PATCH] uncomment --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e78eac3..d99e646 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,8 +75,8 @@ axum-macros = "0.3.7" tokio = { version = "1.21.2", features = ["full"] } [profile.dev] -#strip = "symbols" -#debug = 0 +strip = "symbols" +debug = 0 [[example]] name = "local_federation"