diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 22870fc6677f7..0a91373487443 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -13,4 +13,4 @@ license = "MIT" keywords = ["bevy"] [dependencies] -glam = { version = "0.10.0", features = ["serde"] } +glam = { version = "0.20.5", features = ["serde"] }