Update sysinfo
version to 0.35.0
(#19028)
This release is mostly about bugfixes and API/code improvements. Pretty straightforward update. :)
This commit is contained in:
parent
2c3d20d748
commit
c286e4f5f3
@ -77,14 +77,14 @@ log = { version = "0.4", default-features = false }
|
|||||||
# macOS
|
# macOS
|
||||||
[target.'cfg(all(target_os="macos"))'.dependencies]
|
[target.'cfg(all(target_os="macos"))'.dependencies]
|
||||||
# Some features of sysinfo are not supported by apple. This will disable those features on apple devices
|
# Some features of sysinfo are not supported by apple. This will disable those features on apple devices
|
||||||
sysinfo = { version = "0.34.0", optional = true, default-features = false, features = [
|
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = [
|
||||||
"apple-app-store",
|
"apple-app-store",
|
||||||
"system",
|
"system",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
# Only include when on linux/windows/android/freebsd
|
# Only include when on linux/windows/android/freebsd
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "android", target_os = "freebsd"))'.dependencies]
|
[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "android", target_os = "freebsd"))'.dependencies]
|
||||||
sysinfo = { version = "0.34.0", optional = true, default-features = false, features = [
|
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = [
|
||||||
"system",
|
"system",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user