mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
chore: edition 2024
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
use std::fmt::Display;
|
||||
|
||||
pub use os_info::Version;
|
||||
use serialize_to_javascript::{default_template, DefaultTemplate, Template};
|
||||
use serialize_to_javascript::{DefaultTemplate, Template, default_template};
|
||||
use tauri::{
|
||||
plugin::{Builder, TauriPlugin},
|
||||
Runtime,
|
||||
plugin::{Builder, TauriPlugin},
|
||||
};
|
||||
|
||||
mod commands;
|
||||
|
||||
Reference in New Issue
Block a user