diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 2449270..0586cf5 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -9,7 +9,7 @@ publish = false pulz-ecs = { path = "../crates/ecs" } bevy_ecs = "0.16" -criterion = { version = "0.5", features = [ "html_reports" ] } +criterion = { version = "0.6", features = [ "html_reports" ] } [[bench]] name = "ecs_world"