Skip to content

Commit 27fe2e8

Browse files
Update sysinfo version to 0.36.0 (#20084)
Some bugfixes and new API additions.
1 parent f1eace6 commit 27fe2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_diagnostic/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ log = { version = "0.4", default-features = false }
7171
# macOS
7272
[target.'cfg(all(target_os="macos"))'.dependencies]
7373
# Some features of sysinfo are not supported by apple. This will disable those features on apple devices
74-
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = [
74+
sysinfo = { version = "0.36.0", optional = true, default-features = false, features = [
7575
"apple-app-store",
7676
"system",
7777
] }
7878

7979
# Only include when on linux/windows/android/freebsd
8080
[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "android", target_os = "freebsd"))'.dependencies]
81-
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = [
81+
sysinfo = { version = "0.36.0", optional = true, default-features = false, features = [
8282
"system",
8383
] }
8484

0 commit comments

Comments
 (0)