From be4d37043b0fedddae41564a97339ae8b03dbc92 Mon Sep 17 00:00:00 2001 From: Moritz Hedtke Date: Sat, 4 Oct 2025 15:28:36 +0200 Subject: [PATCH] Enable logs for tauri-bundler --- packages/cli/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli/Cargo.toml b/packages/cli/Cargo.toml index 34309d7e39..a52961c13a 100644 --- a/packages/cli/Cargo.toml +++ b/packages/cli/Cargo.toml @@ -114,8 +114,7 @@ crossterm = { workspace = true, features = ["event-stream"] } ratatui = { workspace = true, features = ["crossterm", "unstable"] } shell-words = { workspace = true } -# disable `log` entirely since `walrus` uses it and is *much* slower with it enableda -log = { version = "0.4", features = ["max_level_off", "release_max_level_off"] } +log = { version = "0.4" } # link intercept tempfile = "3.19.1"