revert: update deps

This commit is contained in:
huzibaca
2025-01-14 12:41:52 +08:00
parent fa86efcdfb
commit cd8df52aad
4 changed files with 32 additions and 32 deletions

View File

@@ -127,7 +127,6 @@ pub fn run() {
builder = builder.plugin(devtools);
}
#[allow(deprecated)]
let app = builder
.build(tauri::generate_context!())
.expect("error while running tauri application");