diff --git a/crates/bevy_pbr/Cargo.toml b/crates/bevy_pbr/Cargo.toml index 81b8959e3a..3efc43ebe1 100644 --- a/crates/bevy_pbr/Cargo.toml +++ b/crates/bevy_pbr/Cargo.toml @@ -49,7 +49,7 @@ lz4_flex = { version = "0.11", default-features = false, features = [ "frame", ], optional = true } thiserror = { version = "1", optional = true } -range-alloc = { version = "0.1", optional = true } +range-alloc = { version = "0.1.3", optional = true } meshopt = { version = "0.3.0", optional = true } metis = { version = "0.2", optional = true } itertools = { version = "0.13", optional = true }