From ec1803b7914ffd896a7ceed76aa553e2bbafbd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= <68143180+luyanci@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 01770cbd..0bdb1659 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -8,10 +8,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "1", features = [] } +tauri-build = { version = "1.5", features = [] } [dependencies] -tauri = { version = "1", features = ["window-all", "dialog-all", "devtools","windows7-compat"] } +tauri = { version = "1.5", features = ["window-all", "dialog-all", "devtools","windows7-compat"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"