Skip to content

Commit 884ebbf

Browse files
committed
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
1 parent fe382ac commit 884ebbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bevy_ecs_macros = { path = "macros", version = "0.9.0" }
2323
async-channel = "1.4"
2424
event-listener = "2.5"
2525
thread_local = "1.1.4"
26-
fixedbitset = "0.4"
26+
fixedbitset = "0.4.2"
2727
fxhash = "0.2"
2828
downcast-rs = "1.2"
2929
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)