get sysinfo from crates again, instead of git repo

This commit is contained in:
2025-05-03 13:12:14 +01:00
parent 73d610949f
commit afcf0a87c0
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ semver = "1.0.26"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
strum = { version = "0.27.1", features = ["derive"] }
sysinfo = { git = "https://github.com/GuillaumeGomez/sysinfo", rev = "bcbb7b2b389b8800ff457773f48b130e710458fc" }
sysinfo = "0.35.0"
windows = { version = "0.61.1", features = [
"Win32_UI_Input_KeyboardAndMouse",
"Win32_System_Threading",