Skip to content

Commit 1c0c137

Browse files
Update sysinfo version to 0.29.6
1 parent 84e7b76 commit 1c0c137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_diagnostic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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

0 commit comments

Comments
 (0)