Skip to content

Commit 8e00447

Browse files
committed
chore: add missing sysinfo dependency
1 parent c90f1e7 commit 8e00447

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src-tauri/src/utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use tauri_plugin_autostart::ManagerExt;
1010
#[cfg(not(debug_assertions))]
1111
use {
1212
std::{thread, time::Duration},
13+
sysinfo::System,
1314
tauri_plugin_dialog::{DialogExt, MessageDialogButtons, MessageDialogKind},
1415
tauri_plugin_shell::ShellExt,
1516
};

src-tauri/src/version.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub const DESKTOP_VERSION: &str = "0.2.2";
2-
pub const DESKTOP_HASH: &str = "dcd6844";
3-
pub const DESKTOP_BUILD: &str = "2025-06-26T23:39:22+05:30";
2+
pub const DESKTOP_HASH: &str = "c90f1e7";
3+
pub const DESKTOP_BUILD: &str = "2025-06-27T00:15:32+05:30";
44
pub const DAEMON_VERSION: &str = "0.6.0";
5-
pub const DAEMON_HASH: &str = "6b8502c";
6-
pub const DAEMON_BUILD: &str = "2025-06-24T14:05:14+05:30";
5+
pub const DAEMON_HASH: &str = "06a5b88";
6+
pub const DAEMON_BUILD: &str = "2025-06-26T09:59:00+05:30";

0 commit comments

Comments
 (0)