mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Correct minimum range-alloc version (#14420)
Fixes https://github.com/bevyengine/bevy/issues/14417 Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
This commit is contained in:
parent
ca3d8e8760
commit
29e9f0a7f9
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue