Update sysinfo
version to 0.32.1 (#16517)
Fixes bug for new libc release.
This commit is contained in:
parent
ed8ac30836
commit
6ce566cb07
@ -27,7 +27,7 @@ const-fnv1a-hash = "1.1.0"
|
|||||||
# 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.32.0", optional = true, default-features = false, features = [
|
sysinfo = { version = "0.32.1", optional = true, default-features = false, features = [
|
||||||
"apple-app-store",
|
"apple-app-store",
|
||||||
"system",
|
"system",
|
||||||
] }
|
] }
|
||||||
|
Loading…
Reference in New Issue
Block a user