diff --git a/crates/bevy_utils/Cargo.toml b/crates/bevy_utils/Cargo.toml index 5826ef328e837f..40c47573b781f9 100644 --- a/crates/bevy_utils/Cargo.toml +++ b/crates/bevy_utils/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "1.0" nonmax = "0.5" [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2.0", features = ["js"] } +getrandom = { version = "0.2.0", features = ["js"] } [lints] workspace = true