chore: edition 2024

This commit is contained in:
Lucas Nogueira
2026-09-26 15:36:22 -03:00
parent b517cc7e85
commit 3d8a3c877b
100 changed files with 276 additions and 253 deletions
+2 -3
View File
@@ -11,11 +11,10 @@
#![cfg(not(any(target_os = "android", target_os = "ios")))]
use auto_launch::{AutoLaunch, AutoLaunchBuilder};
use serde::{ser::Serializer, Serialize};
use serde::{Serialize, ser::Serializer};
use tauri::{
command,
Manager, Runtime, State, command,
plugin::{Builder as PluginBuilder, TauriPlugin},
Manager, Runtime, State,
};
use std::env::current_exe;