Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cBournhonesque committed Aug 26, 2024
1 parent 938e062 commit 5ca360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bevy_ecs_macros = { path = "macros", version = "0.15.0-dev" }
petgraph = "0.6"
bitflags = "2.3"
concurrent-queue = "2.4.0"
smallvec = { version = "1.13", features = ["const_generics", "const_new"] }
smallvec = { version = "1.13", features = ["const_generics", "const_new"] }
fixedbitset = "0.5"
serde = { version = "1", optional = true, default-features = false }
thiserror = "1.0"
Expand Down

0 comments on commit 5ca360d

Please sign in to comment.