From 1c4bed59d4df03d6a97ede270b9f888bf03716cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 05:59:51 +0000 Subject: [PATCH] Update fixedbitset requirement from 0.3 to 0.4 Updates the requirements on [fixedbitset](https://github.com/bluss/fixedbitset) to permit the latest version. - [Release notes](https://github.com/bluss/fixedbitset/releases) - [Commits](https://github.com/bluss/fixedbitset/commits) Signed-off-by: dependabot[bot] --- crates/bevy_ecs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index 81ccaee3c650d..3a0e4dc9438e1 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -25,7 +25,7 @@ bevy_ecs_macros = { path = "macros", version = "0.4.0" } async-channel = "1.4" bitflags = "1.2" -fixedbitset = "0.3" +fixedbitset = "0.4" fxhash = "0.2" thiserror = "1.0" downcast-rs = "1.2"