Update sysinfo version to 0.36.0 (#20084)

Some bugfixes and new API additions.
This commit is contained in:
Guillaume Gomez 2025-07-13 00:40:36 +02:00 committed by GitHub
parent f1eace62f0
commit 27fe2e88bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,14 +71,14 @@ log = { version = "0.4", default-features = false }
# macOS
[target.'cfg(all(target_os="macos"))'.dependencies]
# Some features of sysinfo are not supported by apple. This will disable those features on apple devices
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = [
sysinfo = { version = "0.36.0", optional = true, default-features = false, features = [
"apple-app-store",
"system",
] }
# Only include when on linux/windows/android/freebsd
[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "android", target_os = "freebsd"))'.dependencies]
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = [
sysinfo = { version = "0.36.0", optional = true, default-features = false, features = [
"system",
] }