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