mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
min version of fixedbitset was changed (#7275)
# Objective - schedule v3 is using is_clear which was added in 0.4.2, so bump the version
This commit is contained in:
parent
fe382acfd0
commit
884ebbf4b7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ bevy_ecs_macros = { path = "macros", version = "0.9.0" }
|
|||
async-channel = "1.4"
|
||||
event-listener = "2.5"
|
||||
thread_local = "1.1.4"
|
||||
fixedbitset = "0.4"
|
||||
fixedbitset = "0.4.2"
|
||||
fxhash = "0.2"
|
||||
downcast-rs = "1.2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue