diff --git a/Cargo.toml b/Cargo.toml index bfe0a84..d2822d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.6" web-sys = { version="0.3.60", features = ["Window", "Document"]} wasm-bindgen = "0.2.38" # used for making structs iterable -bevy_reflect = "0.10.1" +bevy_reflect = "0.14.2" wasm-bindgen-test = "0.3.0" substring = "1.4.5" regex = "1.7.1"