Skip to content

Commit 27a3a85

Browse files
Update sysinfo version to 0.29.6
1 parent 4886e91 commit 27a3a85

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
@@ -24,10 +24,10 @@ bevy_utils = { path = "../bevy_utils", version = "0.12.0-dev" }
2424
# iOS
2525
[target.'cfg(all(target_os="ios"))'.dependencies]
2626
# Some features of sysinfo are not supported by apple. This will disable those features on apple devices
27-
sysinfo = { version = "0.29.0", default-features = false, features = [
27+
sysinfo = { version = "0.29.6", default-features = false, features = [
2828
"apple-app-store",
2929
] }
3030

3131
# Only include when not bevy_dynamic_plugin and on linux/windows/android/macOS
3232
[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "android", target_os = "macos"))'.dependencies]
33-
sysinfo = { version = "0.29.0", default-features = false }
33+
sysinfo = { version = "0.29.6", default-features = false }

0 commit comments

Comments
 (0)