Skip to content

Commit c286e4f

Browse files
Update sysinfo version to 0.35.0 (#19028)
This release is mostly about bugfixes and API/code improvements. Pretty straightforward update. :)
1 parent 2c3d20d commit c286e4f

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
@@ -77,14 +77,14 @@ log = { version = "0.4", default-features = false }
7777
# macOS
7878
[target.'cfg(all(target_os="macos"))'.dependencies]
7979
# Some features of sysinfo are not supported by apple. This will disable those features on apple devices
80-
sysinfo = { version = "0.34.0", optional = true, default-features = false, features = [
80+
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = [
8181
"apple-app-store",
8282
"system",
8383
] }
8484

8585
# Only include when on linux/windows/android/freebsd
8686
[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "android", target_os = "freebsd"))'.dependencies]
87-
sysinfo = { version = "0.34.0", optional = true, default-features = false, features = [
87+
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = [
8888
"system",
8989
] }
9090

0 commit comments

Comments
 (0)