From 9cdfbbe5eec58c93c68ce7792c1db7f18c399b7b Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Sun, 13 Jul 2025 17:15:07 +0800 Subject: [PATCH] fix: restore tempfile dependency in dev-dependencies --- src-tauri/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a71e441b..47576a50 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -140,9 +140,4 @@ crate-type = ["staticlib", "cdylib", "rlib"] [dev-dependencies] criterion = "0.6.0" -tempfile = "3.20.0" - -# [patch.crates-io] -# bitflags = { git = "https://github.com/bitflags/bitflags", rev = "2.9.0" } -# zerocopy = { git = "https://github.com/google/zerocopy", rev = "v0.8.24" } -# tungstenite = { git = "https://github.com/snapview/tungstenite-rs", rev = "v0.26.2" } +tempfile = "3.20.0" \ No newline at end of file