From 77c9e4bf4699638536fc9ac2553eda48890928a0 Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:53:47 +0100 Subject: [PATCH] Update frontend/src-tauri/Cargo.toml --- frontend/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index 532c26c58..17a2bd30e 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ tauri-build = { version = "2.2.0", features = [] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } log = "0.4" -tauri = { version = "2.5.0", features = ["devtools"] } +tauri = { version = "2.5.0", features = [] } tauri-plugin-log = "2.0.0-rc" tauri-plugin-shell = "2.1.0" tauri-plugin-fs = "2.0.0"