Update frontend/src-tauri/Cargo.toml

This commit is contained in:
ConnorYoh 2025-07-22 16:53:47 +01:00 committed by GitHub
parent df9cbf1986
commit 77c9e4bf46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"